@@ -10,7 +10,7 @@
"url": "https://github.com/handsontable/handsontable/issues"
},
"author": "Handsoncode <hello@handsontable.com>",
- "version": "6.3.11",
+ "version": "6.3.12",
"browser": "dist/handsontable.js",
"main": "commonjs/index.js",
"module": "es/index.js",
@@ -271,6 +271,7 @@ class Table {
}
wtOverlays.leftOverlay.resetFixedPosition();
+ syncScroll = true; // 同步滚动条,当下拉到表格最后时,展开树节点,或者在编辑状态 点击到不是是冻结列的地方,显示错位问题
if (wtOverlays.topLeftCornerOverlay) {
wtOverlays.topLeftCornerOverlay.resetFixedPosition();