mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-26 21:25:59 +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;
|
if (!rowData) return null;
|
||||||
const cellData = rowData[realColumnUniqueNames[cell[1]]];
|
const cellData = rowData[realColumnUniqueNames[cell[1]]];
|
||||||
if (shouldOpenMultilineDialog(cellData)) {
|
if (shouldOpenMultilineDialog(cellData)) {
|
||||||
|
dragStartCell = null;
|
||||||
showModal(EditCellDataModal, {
|
showModal(EditCellDataModal, {
|
||||||
dataEditorTypesBehaviour: getEditorTypes(),
|
dataEditorTypesBehaviour: getEditorTypes(),
|
||||||
value: cellData,
|
value: cellData,
|
||||||
|
|||||||
Reference in New Issue
Block a user