@@ -174,7 +174,8 @@ class @AgentEditPage |
||
174 | 174 |
|
175 | 175 |
invokeDryRun: (e) => |
176 | 176 |
e.preventDefault() |
177 |
- Utils.handleDryRunButton(this) |
|
177 |
+ @updateFromEditors() |
|
178 |
+ Utils.handleDryRunButton(e.target) |
|
178 | 179 |
|
179 | 180 |
$ -> |
180 | 181 |
Utils.registerPage(AgentEditPage, forPathsMatching: /^agents/) |