mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-24 17:15:50 +00:00
feat: 将 keybinding 纳入 ink 管辖
This commit is contained in:
@@ -14,7 +14,7 @@ import ScrollBox from '../components/ScrollBox.js'
|
||||
import type { KeyboardEvent } from '../core/events/keyboard-event.js'
|
||||
import { stringWidth } from '../core/stringWidth.js'
|
||||
import { Box, Text } from '../index.js'
|
||||
import { useKeybindings } from './keybindings.js'
|
||||
import { useKeybindings } from '../keybindings/useKeybinding.js'
|
||||
import type { Theme } from './theme-types.js'
|
||||
|
||||
type TabsProps = {
|
||||
|
||||
Reference in New Issue
Block a user