mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Improve performance by removing signal-based zoom-in, zoom-out, etc functionality from the runtime environment. #5723
This commit is contained in:
@@ -120,7 +120,7 @@ export default class SchemaDiff {
|
||||
window.open(baseUrl, '_blank');
|
||||
// Send the signal to runtime, so that proper zoom level will be set.
|
||||
setTimeout(function () {
|
||||
this.pgBrowser.send_signal_to_runtime('Runtime new window opened');
|
||||
self.pgBrowser.Events.trigger('pgadmin:nw-set-new-window-open-size');
|
||||
}, 500);
|
||||
} else {
|
||||
this.pgBrowser.Events.once(
|
||||
|
Reference in New Issue
Block a user