aboutsummaryrefslogtreecommitdiff
path: root/static/js/index.ts
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-11-30 17:11:23 -0500
committertdro <tdro@noreply.example.com>2023-11-30 17:11:23 -0500
commit0cc8a72e45fe2891c9e11de8566fce91c16d62d3 (patch)
treea041072caa5f1e1750a2b1849f32dc57c615e490 /static/js/index.ts
parent602e7058ed234db7d18a2225c68323c089fe0622 (diff)
downloadcanory-0cc8a72e45fe2891c9e11de8566fce91c16d62d3.tar.gz
canory-0cc8a72e45fe2891c9e11de8566fce91c16d62d3.tar.bz2
canory-0cc8a72e45fe2891c9e11de8566fce91c16d62d3.zip
static/js/index: Add hover fix
Show visibility and transition-delay based :hovers only when mouse has stopped
Diffstat (limited to 'static/js/index.ts')
-rw-r--r--static/js/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/js/index.ts b/static/js/index.ts
index da4defa..8495c2c 100644
--- a/static/js/index.ts
+++ b/static/js/index.ts
@@ -5,6 +5,7 @@ import "./instantpage.ts";
import "./contextmenu.ts";
import "./fixedsearch.ts";
import "./autoplay.ts";
+import "./hoverfix.ts";
import "./timeago.ts";
console.log("Surface Control: Complete");