mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-13 06:04:26 +02:00
update graph editor
This commit is contained in:
@ -30,7 +30,7 @@ class GraphEditor extends this.OS.application.BaseApplication
|
||||
@datarea = @find "datarea"
|
||||
@preview = @find "preview"
|
||||
@btctn = @find "btn-container"
|
||||
ace.config.set("basePath", "/scripts/ace")
|
||||
ace.config.set("basePath", "#{window.location.pathname}/scripts/ace")
|
||||
@editor = ace.edit @datarea
|
||||
@editor.setOptions {
|
||||
enableBasicAutocompletion: true,
|
||||
|
Reference in New Issue
Block a user