mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add a note on top of keyboard shortcuts preferences to show the Accesskey of the browser. #5022
This commit is contained in:
@@ -138,7 +138,7 @@ _.extend(pgBrowser, {
|
||||
},
|
||||
|
||||
onPreferencesChange: function(module, eventHandler) {
|
||||
pgBrowser.Events.on('prefchange:'+module, function(event) {
|
||||
pgBrowser.Events?.on('prefchange:'+module, function(event) {
|
||||
eventHandler(event);
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user