This commit is contained in:
DD 2017-10-12 11:16:09 -04:00
parent 49b197eba2
commit 9242faffa6

View file

@ -171,7 +171,7 @@ const _deleteItemSelection = function (items, onUpdateSvg) {
} }
// @todo: Update toolbar state on change // @todo: Update toolbar state on change
if (items.lenth > 0) { if (items.length > 0) {
paper.project.view.update(); paper.project.view.update();
onUpdateSvg(); onUpdateSvg();
} }