summaryrefslogtreecommitdiffstats
path: root/devtools/client/scratchpad/scratchpad.js
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/scratchpad/scratchpad.js')
-rw-r--r--devtools/client/scratchpad/scratchpad.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/devtools/client/scratchpad/scratchpad.js b/devtools/client/scratchpad/scratchpad.js
index b210e3906..60221f39d 100644
--- a/devtools/client/scratchpad/scratchpad.js
+++ b/devtools/client/scratchpad/scratchpad.js
@@ -1744,6 +1744,9 @@ var Scratchpad = {
this.editor.focus();
this.editor.setCursor({ line: lines.length, ch: lines.pop().length });
+ // Add the commands controller for the source-editor.
+ this.editor.insertCommandsController();
+
if (state)
this.dirty = !state.saved;