Fix Cmd + K conflict in note when adding a link (cmd+k shortcut) and opening right drawer (#15257)

Closes https://github.com/twentyhq/twenty/issues/14949


https://github.com/user-attachments/assets/c63e95a8-33ad-4307-ad35-4e4464336004
This commit is contained in:
Raphaël Bosi
2025-10-22 17:17:14 +02:00
committed by GitHub
parent 8fab1ee668
commit d2a47f9bab
@@ -411,6 +411,7 @@ export const ActivityRichTextEditor = ({
focusId: activityId,
globalHotkeysConfig: {
enableGlobalHotkeysConflictingWithKeyboard: false,
enableGlobalHotkeysWithModifiers: false,
},
});
},