virtualized-data-table
Advanced tools
Comparing version 0.9.9-36 to 0.9.9-37
@@ -81,2 +81,4 @@ 'use strict'; | ||
var allowEditable = isCutCopy ? allowEditableCutCopy : allowEditablePaste; | ||
console.error('++ allowInput/Editable', allowInput, allowEditable); | ||
console.error('++ isInput', (0, _utils.isInput)(evt.target, allowEditable)); | ||
return allowInput || !(0, _utils.isInput)(evt.target, allowEditable); | ||
@@ -104,2 +106,3 @@ } | ||
var allowEditable = isCutCopy ? allowEditableCutCopy : allowEditablePaste; | ||
console.error('++ is descendant', isDescendant); | ||
return isDescendant ? this.prvEventTargetIsAllowedInput(evt, isCutCopy) : !(0, _utils.isInput)(evt.target, allowEditable); | ||
@@ -106,0 +109,0 @@ } |
{ | ||
"name": "virtualized-data-table", | ||
"version": "0.9.9-36", | ||
"version": "0.9.9-37", | ||
"description": "A re-implementation of fixed-data-table using react-virtualized", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
2113424
52438