mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 21:21:06 -05:00
Merge pull request #191 from nathan/save-on-cleanup
Trigger a save when scripts are cleaned up
This commit is contained in:
commit
2512a14c3d
1 changed files with 1 additions and 0 deletions
|
@ -483,6 +483,7 @@ return true; // xxx disable this check for now; it was causing confusion at Scra
|
|||
}
|
||||
nextX += columnWidths[i] + pad;
|
||||
}
|
||||
saveScripts();
|
||||
}
|
||||
|
||||
private function stacksSortedByX():Array {
|
||||
|
|
Loading…
Reference in a new issue