mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 21:21:06 -05:00
Update BlockPalette.as
This commit is contained in:
parent
c07ceeddfd
commit
b8c960bcb9
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public class BlockPalette extends ScrollFrameContents {
|
|||
// Delete blocks and stacks dropped onto the palette.
|
||||
var c:ScratchComment = obj as ScratchComment;
|
||||
if (c) {
|
||||
c.x = c.y = 20; // postion for undelete
|
||||
c.x = c.y = 20; // position for undelete
|
||||
c.deleteComment();
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue