Fixes for production (#13164)

This PR fixes two bugs : 
- Some important push item to focus stack calls were setting global
hotkey conflicting keys to true (like open dropdown)
- Icon picker matrix items were broken
This commit is contained in:
Lucas Bordeau
2025-07-10 17:47:09 +02:00
committed by GitHub
parent bed2c640c5
commit fd13bb0258
3 changed files with 35 additions and 13 deletions

View File

@ -79,6 +79,10 @@ export const useRecordTitleCell = () => {
prefix: containerType,
}),
},
globalHotkeysConfig: {
enableGlobalHotkeysConflictingWithKeyboard: false,
enableGlobalHotkeysWithModifiers: false,
},
});
const recordTitleCellId = getRecordFieldInputInstanceId({