fix: harden quick-ask panel, prompt handling, and clipboard UX

This commit is contained in:
CREDO23 2026-03-29 02:54:48 +02:00
parent 6df9eea5a6
commit cfddfa54c6
5 changed files with 113 additions and 164 deletions

View file

@ -108,9 +108,8 @@ export const PromptPicker = forwardRef<PromptPickerRef, PromptPickerProps>(
const action = filtered[index];
if (!action) return;
onSelect({ name: action.name, prompt: action.prompt, mode: action.mode });
onDone();
},
[filtered, onSelect, onDone]
[filtered, onSelect]
);
// Auto-scroll highlighted item into view