mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-27 09:06:00 +00:00
Fix filter being unclickable
A commit caused the filter input to be unclickable, this fixes that.
This commit is contained in:
@@ -1163,6 +1163,8 @@
|
|||||||
if (event.target.closest('.collapseButtonMarker')) return;
|
if (event.target.closest('.collapseButtonMarker')) return;
|
||||||
if (event.target.closest('.showFormButtonMarker')) return;
|
if (event.target.closest('.showFormButtonMarker')) return;
|
||||||
if (event.target.closest('.inplaceeditor-container')) return;
|
if (event.target.closest('.inplaceeditor-container')) return;
|
||||||
|
if (event.target.closest('input')) return;
|
||||||
|
|
||||||
|
|
||||||
shiftDragStartCell = null;
|
shiftDragStartCell = null;
|
||||||
// event.target.closest('table').focus();
|
// event.target.closest('table').focus();
|
||||||
|
|||||||
Reference in New Issue
Block a user