fix issue #408
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user