1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-08 17:06:42 +00:00

small fix

This commit is contained in:
Laura
2025-09-04 17:15:38 +02:00
parent aeed519df0
commit ce9813a331

View File

@@ -111,7 +111,7 @@
const el = event.target.closest(".table-wrapper"); const el = event.target.closest(".table-wrapper");
if (!el) { if (!el || !el.classList.contains("overflowing")) {
return; return;
} }