Explorar o código

Fix a mini sidebar bug when embedding admin-lte into iframe (#4799)

When embedding whole admin-lte page into a iframe, mini sidebar will display without content.
Alex Hua %!s(int64=2) %!d(string=hai) anos
pai
achega
c7fe21050c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build/js/IFrame.js

+ 1 - 1
build/js/IFrame.js

@@ -272,7 +272,7 @@ class IFrame {
   }
 
   _initFrameElement() {
-    if (window.frameElement && this._config.autoIframeMode) {
+    if (window.frameElement && this._config?.autoIframeMode) {
       const $body = $('body')
       $body.addClass(CLASS_NAME_IFRAME_MODE)