mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 10:08:34 +00:00
fix: click block area twice to cancel selected-element
This commit is contained in:
parent
41741e32cd
commit
d6a6274caa
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ function handlePoint(core: Core) {
|
|||
} else {
|
||||
// Controll Area
|
||||
core[_tempData].set('selectedUUIDList', []);
|
||||
core[_tempData].set('selectedUUID', null);
|
||||
core[_tempData].set('mode', Mode.SELECT_AREA);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue