mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix issue where pgAdmin does not load completely if loaded in an iframe. Fixes #4756
This commit is contained in:
committed by
Akshay Joshi
parent
82aa2d1819
commit
73dc130908
@@ -8,6 +8,7 @@
|
||||
//////////////////////////////////////////////////////////////
|
||||
|
||||
import $ from 'jquery';
|
||||
import pgWindow from 'sources/window';
|
||||
|
||||
let queryToolActions = {
|
||||
_verbose: function () {
|
||||
@@ -124,7 +125,7 @@ let queryToolActions = {
|
||||
|
||||
focusOut: function () {
|
||||
document.activeElement.blur();
|
||||
window.top.document.activeElement.blur();
|
||||
pgWindow.document.activeElement.blur();
|
||||
},
|
||||
|
||||
toggleCaseOfSelectedText: function (sqlEditorController) {
|
||||
|
||||
Reference in New Issue
Block a user