Skip to content

Commit 2958123

Browse files
committed
fix(tui): update stale moveFirstChild reference to moveToFirstChild
1 parent b087d4c commit 2958123

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/opencode/src/cli/cmd/tui/routes/session

packages/opencode/src/cli/cmd/tui/routes/session/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ export function Session() {
959959
category: "Session",
960960
hidden: true,
961961
onSelect: (dialog) => {
962-
moveFirstChild()
962+
moveToFirstChild()
963963
dialog.clear()
964964
},
965965
},

0 commit comments

Comments
 (0)