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:
@ -79,6 +79,10 @@ export const useRecordTitleCell = () => {
|
||||
prefix: containerType,
|
||||
}),
|
||||
},
|
||||
globalHotkeysConfig: {
|
||||
enableGlobalHotkeysConflictingWithKeyboard: false,
|
||||
enableGlobalHotkeysWithModifiers: false,
|
||||
},
|
||||
});
|
||||
|
||||
const recordTitleCellId = getRecordFieldInputInstanceId({
|
||||
|
||||
Reference in New Issue
Block a user