|
|
@@ -170,7 +170,7 @@ function TableView(instance) {
|
|
|
if (outsideClickDeselects) {
|
|
|
instance.deselectCell();
|
|
|
} else {
|
|
|
- instance.destroyEditor(false, false);
|
|
|
+ instance.destroyEditor(false, false, true);
|
|
|
instance.unlisten();// 点击tab等其它handsontable外的元素时,handsontable要解除监听键盘等事件. handsontable只在mouseup事件通过isOutsideInput只针对input 等几个输入元素
|
|
|
}
|
|
|
});
|