mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-08 12:57:45 +00:00
chore: format all files
This commit is contained in:
@@ -4,7 +4,7 @@ export const enableTables = () => {
|
||||
(e.target as HTMLElement).dataset.sticky =
|
||||
e.intersectionRatio < 1 ? "pinned" : "";
|
||||
},
|
||||
{ threshold: [1] }
|
||||
{ threshold: [1] },
|
||||
);
|
||||
|
||||
document.querySelectorAll("thead").forEach((e) => observer.observe(e));
|
||||
|
||||
Reference in New Issue
Block a user