mirror of
https://github.com/coalaura/whiskr.git
synced 2025-09-08 17:06:42 +00:00
small fix
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user