mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-23 05:52:42 -05:00
fix typo
This commit is contained in:
parent
49b197eba2
commit
9242faffa6
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue