mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -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
|
||||
if (items.lenth > 0) {
|
||||
if (items.length > 0) {
|
||||
paper.project.view.update();
|
||||
onUpdateSvg();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue