Fix hotkey scope in settings (#12387)
Too many conflicts on hotkey scopes (e.g. we still had the issue on the graphql playground). Let's disable all shortcuts in settings.
This commit is contained in:
@ -45,8 +45,6 @@ const testCases = [
|
||||
{ loc: AppPath.PlanRequiredSuccess, res: true },
|
||||
|
||||
{ loc: AppPath.Index, res: false },
|
||||
{ loc: AppPath.TasksPage, res: false },
|
||||
{ loc: AppPath.OpportunitiesPage, res: false },
|
||||
{ loc: AppPath.RecordIndexPage, res: false },
|
||||
{ loc: AppPath.RecordShowPage, res: false },
|
||||
{ loc: AppPath.SettingsCatchAll, res: false },
|
||||
|
||||
Reference in New Issue
Block a user