mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
Fixed #141.
This commit is contained in:
parent
53621f0d5d
commit
3bdede3587
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ module.exports = class ScriptsTabView extends CocoView
|
|||
treema.enableTracking()
|
||||
|
||||
onScriptChanged: =>
|
||||
return unless @selectedScriptPath
|
||||
@scriptsTreema.set(@selectedScriptPath, @scriptTreema.data)
|
||||
|
||||
onThangsEdited: (e) ->
|
||||
|
|
Loading…
Reference in a new issue