fix(ai-toolbar): align attach and fallback modifier rules

This commit is contained in:
2026-04-23 05:16:41 -04:00
parent 502bd6237a
commit 42a888df76
2 changed files with 60 additions and 0 deletions

View File

@@ -349,6 +349,8 @@ export const AIToolbar = ({
e.key === "A" &&
e.shiftKey &&
(e.metaKey || e.ctrlKey) &&
!(e.metaKey && e.ctrlKey) &&
!e.altKey &&
!aiLoading
) {
e.preventDefault();