mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
📝 Fix atom.workspace.open split parameter mismatch
This commit is contained in:
@@ -394,7 +394,7 @@ class Workspace extends Model
|
||||
# initially. Defaults to `0`.
|
||||
# * `initialColumn` A {Number} indicating which column to move the cursor to
|
||||
# initially. Defaults to `0`.
|
||||
# * `split` Either 'left', 'right', 'top' or 'bottom'.
|
||||
# * `split` Either 'left', 'right', 'up' or 'down'.
|
||||
# If 'left', the item will be opened in leftmost pane of the current active pane's row.
|
||||
# If 'right', the item will be opened in the rightmost pane of the current active pane's row.
|
||||
# If 'up', the item will be opened in topmost pane of the current active pane's row.
|
||||
|
||||
Reference in New Issue
Block a user