Merge branch 'master' of github.com:dbgate/dbgate

This commit is contained in:
Jan Prochazka 2024-04-05 10:20:35 +02:00
commit 232031ff5b
2 changed files with 3 additions and 0 deletions

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();

View File

@ -62,6 +62,7 @@
.main {
display: flex;
flex-direction: column;
overflow: auto;
}
.main.flex1 {