Merge pull request #676 from SVG-Edit/correct-selectedChanged-notification
Fix : call selectedChanged notification with empty selected elems arr…master
commit
18f08bcc02
|
@ -51,7 +51,7 @@ export const clearSelectionMethod = function (noCall) {
|
||||||
svgCanvas.setEmptySelectedElements();
|
svgCanvas.setEmptySelectedElements();
|
||||||
|
|
||||||
if (!noCall) {
|
if (!noCall) {
|
||||||
svgCanvas.call("selected", selectedElements);
|
svgCanvas.call("selected", selectionContext_.getSelectedElements());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue