mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-26 06:10:26 -04:00
Code cleanup -- move out duplicate .then
statements after the next .then
(at the higher level)
This commit is contained in:
parent
94cc7e66b6
commit
13e69bad7b
2 changed files with 3 additions and 6 deletions
src/engine
|
@ -674,8 +674,6 @@ class Blocks {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO maybe track actual changes,
|
||||
// but for now, emit a project change always
|
||||
this.emitProjectChanged();
|
||||
|
||||
this.resetCache();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue