mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 19:38:22 +02:00
Clear grouping selection when drop tool
This commit is contained in:
parent
26a14d0934
commit
53d755d8da
1 changed files with 2 additions and 0 deletions
|
@ -790,6 +790,7 @@
|
|||
function updateTool() {
|
||||
if (!wasGripClicked && isGripClicked && (toolSelected !== TOOL_NONE)) {
|
||||
toolSelected = TOOL_NONE;
|
||||
grouping.clear();
|
||||
ui.clearToolIcon();
|
||||
}
|
||||
}
|
||||
|
@ -1151,6 +1152,7 @@
|
|||
|
||||
function clear() {
|
||||
groups.clear();
|
||||
highlights.clear();
|
||||
}
|
||||
|
||||
function destroy() {
|
||||
|
|
Loading…
Reference in a new issue