]> arthur.barton.de Git - atom-ax-pipe.git/blobdiff - lib/command-view.coffee
Use "atom.workspace.addBottomPanel"
[atom-ax-pipe.git] / lib / command-view.coffee
index 0b9e865b82e7b775d5948f5ef3bfed0b54dff338..042a048eeb10712021ce5a01a9f93236e744660b 100644 (file)
@@ -52,5 +52,5 @@ class CommandView extends View
           if historyPos >= history.length
             cur = @commandLine.getText()
 
-    atom.workspaceView.append(this)
+    atom.workspace.addBottomPanel(item: this)
     @commandLine.focus()