calling selected upon removing from selection

master
Mark MacKay 2021-03-22 17:56:22 -06:00
parent 023a743476
commit 448e6408ae
1 changed files with 1 additions and 0 deletions

View File

@ -2150,6 +2150,7 @@ var removeFromSelection = this.removeFromSelection = function(elemsToRemove) {
} }
// the copy becomes the master now // the copy becomes the master now
selectedElements = newSelectedItems; selectedElements = newSelectedItems;
call("selected", selectedElements);
}; };
// Function: selectAllInCurrentLayer // Function: selectAllInCurrentLayer