Home
last modified time | relevance | path

Searched refs:isInput (Results 1 – 2 of 2) sorted by relevance

/plugin/edittable/lib/
H A Dhandsontable.full.js158 exports.isInput = isInput;
1128 function isInput(element) {
1142 …return isInput(element) && element.className.indexOf('handsontableInput') == -1 && element.classNa…
48154 if (that.settings.fragmentSelection || (0, _element.isInput)(event.target)) {
48598 if ((0, _element.isInput)(el)) {
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js21879 return isInput(event.target) && this._isModifiedKeyIgnored(event);
21969 function isInput(target) { function