UNPKG

handsontable

Version:

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

15 lines (14 loc) 312 B
"use strict"; exports.__esModule = true; const command = exports.command = { name: 'editorFastOpen', callback(hot, event) { const { highlight } = hot.getSelectedRangeActive(); if (highlight.isHeader()) { return; } hot._getEditorManager().openEditor(null, event, true); } };