mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-10 21:39:57 -04:00
Merge pull request #629 from marisaleung/develop
ChangeBlock uses id's of variable instead of name.
This commit is contained in:
commit
6fa49b1e7a
3 changed files with 34 additions and 6 deletions
src/engine
|
@ -991,6 +991,14 @@ class Runtime extends EventEmitter {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the editing target.
|
||||
* @return {?Target} The editing target.
|
||||
*/
|
||||
getEditingTarget () {
|
||||
return this._editingTarget;
|
||||
}
|
||||
|
||||
/**
|
||||
* Tell the runtime to request a redraw.
|
||||
* Use after a clone/sprite has completed some visible operation on the stage.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue