mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 22:26:01 +00:00
fixed: Selection rectangle remains visible after closing JSONB edit cell value form #1031
This commit is contained in:
@@ -1382,6 +1382,7 @@
|
||||
if (!rowData) return null;
|
||||
const cellData = rowData[realColumnUniqueNames[cell[1]]];
|
||||
if (shouldOpenMultilineDialog(cellData)) {
|
||||
dragStartCell = null;
|
||||
showModal(EditCellDataModal, {
|
||||
dataEditorTypesBehaviour: getEditorTypes(),
|
||||
value: cellData,
|
||||
|
||||
Reference in New Issue
Block a user