mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-15 18:54:47 -04:00
Build 29106110
This commit is contained in:
parent
4df70f6591
commit
ea13142f1d
22 changed files with 3086 additions and 4112 deletions
|
@ -16,7 +16,6 @@ export function hideAnyTooltip() {
|
|||
function setupMobileTooltips(tooltip: HTMLDivElement) {
|
||||
tooltip.className = "mobile";
|
||||
function openTooltip(e: Event) {
|
||||
console.log("openTooltip", e);
|
||||
hideAnyTooltip();
|
||||
const hovering = e.target as HTMLElement;
|
||||
const tooltipContent =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue