mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-15 18:54:47 -04:00
wip
This commit is contained in:
parent
08a61d6967
commit
d17eba50e5
24 changed files with 711 additions and 1028 deletions
|
@ -3,7 +3,6 @@ import { isOptionOn } from "./options";
|
|||
const tooltip = document.getElementById("tooltip") as HTMLDivElement;
|
||||
|
||||
export function setupTooltips() {
|
||||
return
|
||||
if (isOptionOn("mobile-mode")) {
|
||||
setupMobileTooltips(tooltip);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue