mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
Merge branch 'master' of github.com:dbgate/dbgate
This commit is contained in:
commit
232031ff5b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user