hy-virtual-tree 1.1.10 → 1.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -1895,7 +1895,7 @@ class VirtualTree {
|
|
|
1895
1895
|
return;
|
|
1896
1896
|
}
|
|
1897
1897
|
nodeClickCount = 0;
|
|
1898
|
-
toggleCheckbox(item, !(isChecked(item) || isIndeterminate(item)), true, true);
|
|
1898
|
+
toggleCheckbox(item, !(isChecked(item) || isIndeterminate(item)), true, true, true);
|
|
1899
1899
|
this.refresh();
|
|
1900
1900
|
});
|
|
1901
1901
|
// 鼠标右键点击事件
|