feat(session-ui): rewrite v2 prompt input (#37102)
This commit is contained in:
@@ -22,5 +22,8 @@ export function useCommand() {
|
||||
keybind(id: string) {
|
||||
return keybinds[id]
|
||||
},
|
||||
keybindParts(id: string) {
|
||||
return keybinds[id]?.split("+") ?? []
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user