mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
feat: 完成第二版类型清理
This commit is contained in:
@@ -212,7 +212,7 @@ export function useMultiSelectState<T>({
|
||||
|
||||
// Automatically register as an overlay.
|
||||
// This ensures CancelRequestHandler won't intercept Escape when the multi-select is active.
|
||||
useRegisterOverlay('multi-select')
|
||||
useRegisterOverlay('multi-select', undefined)
|
||||
|
||||
const updateInputValue = useCallback(
|
||||
(value: T, inputValue: string) => {
|
||||
|
||||
Reference in New Issue
Block a user