We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbae98f commit d31d899Copy full SHA for d31d899
assets/javascripts/discourse/templates/admin/plugins-explorer.hbs
@@ -124,10 +124,11 @@
124
<div class="panels-flex">
125
<div class="editor-panel">
126
<AceEditor
127
+ {{on "click" this.setDirty}}
128
@content={{this.selectedItem.sql}}
129
+ @onChange={{fn (mut this.selectedItem.sql)}}
130
@mode="sql"
131
@disabled={{this.selectedItem.destroyed}}
- {{on "click" this.setDirty}}
132
@save={{this.save}}
133
@submit={{this.saveAndRun}}
134
/>
0 commit comments