Fix filter being unclickable

A commit caused the filter input to be unclickable, this fixes that.
This commit is contained in:
ProjectInfinity 2024-03-26 00:09:12 +01:00
parent 1080147085
commit 0fc20f7238
No known key found for this signature in database
GPG Key ID: 320CB95729E402FA

View File

@ -1163,6 +1163,8 @@
if (event.target.closest('.collapseButtonMarker')) return;
if (event.target.closest('.showFormButtonMarker')) return;
if (event.target.closest('.inplaceeditor-container')) return;
if (event.target.closest('input')) return;
shiftDragStartCell = null;
// event.target.closest('table').focus();