Explorar el Código

pda-client bug fix

lizw hace 3 años
padre
commit
f03647bc0a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Scope.ts

+ 1 - 1
src/Scope.ts

@@ -227,7 +227,7 @@ export class Scope {
             }
         }
         Ext.Viewport.add(that._handle)
-        if ((window as any).mainWindow === that) {
+        if ((window as any).mainWindow === that || (window as any).loginWindow === that) {
             Scope.SHOW_PAGE_STACK.length = 0
         }
         that._handle.setStyle({'z-index': 1})