mirror of
https://github.com/coalaura/whiskr.git
synced 2025-09-07 08:15:31 +00:00
small fix
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
|
||||
const el = event.target.closest(".table-wrapper");
|
||||
|
||||
if (!el) {
|
||||
if (!el || !el.classList.contains("overflowing")) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user