1) Fix the tabbed panel backward/forward shortcut for tabs. #6808

2) Remove shortcuts for the dialog tab backward/forward.
3) Used hotkeys.js in place of mousetrap for listening to keyboard shortcuts.
This commit is contained in:
Anil Sahoo
2024-02-09 16:33:30 +05:30
committed by GitHub
parent 9ad223c41c
commit 47b2bc8a83
12 changed files with 182 additions and 162 deletions

View File

@@ -142,6 +142,7 @@ export default class ERDModule {
}
async loadComponent(container, params) {
pgAdmin.Browser.keyboardNavigation.init();
await listenPreferenceBroadcast();
ReactDOM.render(
<Theme>