mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 12:43:58 +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('.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();
|
||||||
|
|||||||
@@ -62,6 +62,7 @@
|
|||||||
.main {
|
.main {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main.flex1 {
|
.main.flex1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user