mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 01:26:01 +00:00
Merge branch 'master' of github.com:dbgate/dbgate
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -62,6 +62,7 @@
|
||||
.main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.main.flex1 {
|
||||
|
||||
Reference in New Issue
Block a user