UNPKG

handsontable

Version:

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

8 lines 272 B
export const command = { name: 'editorCloseWithoutSaving', callback(hot) { const editorManager = hot._getEditorManager(); editorManager.closeEditorAndRestoreOriginalValue(hot.getShortcutManager().isCtrlPressed()); editorManager.activeEditor.focus(); } };