UNPKG

handsontable

Version:

Handsontable is a JavaScript Data Grid available for React, Angular and Vue.

11 lines (10 loc) 325 B
"use strict"; exports.__esModule = true; const command = exports.command = { name: 'editorCloseWithoutSaving', callback(hot) { const editorManager = hot._getEditorManager(); editorManager.closeEditorAndRestoreOriginalValue(hot.getShortcutManager().isCtrlPressed()); editorManager.activeEditor.focus(); } };