We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef47abc commit 4ef39a7Copy full SHA for 4ef39a7
Editor.php
@@ -1042,6 +1042,7 @@ private function _process($data)
1042
} elseif ($action === Editor::ACTION_DELETE && $this->_write === true) {
1043
/* Remove rows */
1044
$this->_remove($data);
1045
+ $this->_options(true);
1046
$this->_fileClean();
1047
} elseif (($action === Editor::ACTION_CREATE || $action === Editor::ACTION_EDIT) && $this->_write === true) {
1048
/* Create or edit row */
0 commit comments