fixed: Selection rectangle remains visible after closing JSONB edit cell value form #1031

This commit is contained in:
SPRINX0\prochazka
2025-04-29 13:14:58 +02:00
parent 3ff97bf628
commit 2a234f14df

View File

@@ -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,