Add a note on top of keyboard shortcuts preferences to show the Accesskey of the browser. #5022

This commit is contained in:
Aditya Toshniwal
2023-03-24 15:44:43 +05:30
committed by GitHub
parent 207812582d
commit 1d01b5a8a2
5 changed files with 10 additions and 5 deletions

View File

@@ -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);
});
},