fix: set range style when on double click
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user