fix: set range style when on double click

This commit is contained in:
Hufe921
2023-10-11 22:12:17 +08:00
parent 06c3a337ae
commit 6f2fb5de09
+2
View File
@@ -65,6 +65,8 @@ function dblclick(host: CanvasEvent, evt: MouseEvent) {
isSetCursor: false, isSetCursor: false,
isCompute: false isCompute: false
}) })
// 更新选区
rangeManager.setRangeStyle()
} }
function threeClick(host: CanvasEvent) { function threeClick(host: CanvasEvent) {