mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
show
This commit is contained in:
parent
4d7c3f56fa
commit
6cafb81de1
1 changed files with 0 additions and 2 deletions
|
|
@ -745,7 +745,6 @@ export function Session() {
|
|||
value: "session.child.next",
|
||||
keybind: "session_child_cycle",
|
||||
category: "Session",
|
||||
disabled: true,
|
||||
onSelect: (dialog) => {
|
||||
moveChild(1)
|
||||
dialog.clear()
|
||||
|
|
@ -756,7 +755,6 @@ export function Session() {
|
|||
value: "session.child.previous",
|
||||
keybind: "session_child_cycle_reverse",
|
||||
category: "Session",
|
||||
disabled: true,
|
||||
onSelect: (dialog) => {
|
||||
moveChild(-1)
|
||||
dialog.clear()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue