fix issue #408
parent
0f22dd2baa
commit
102541b7f4
|
@ -692,10 +692,8 @@ const addToSelection = this.addToSelection = function (elemsToAdd, showGrips) {
|
||||||
}
|
}
|
||||||
call('selected', selectedElements);
|
call('selected', selectedElements);
|
||||||
|
|
||||||
if (showGrips || selectedElements.length === 1) {
|
if (selectedElements.length === 1) {
|
||||||
selectorManager.requestSelector(selectedElements[0]).showGrips(true);
|
selectorManager.requestSelector(selectedElements[0]).showGrips(showGrips);
|
||||||
} else {
|
|
||||||
selectorManager.requestSelector(selectedElements[0]).showGrips(false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// make sure the elements are in the correct order
|
// make sure the elements are in the correct order
|
||||||
|
|
Loading…
Reference in New Issue