Browse Source

无JIRA: fix unResize

es6
zsmj 2 years ago
parent
commit
d587bcef2e
  1. 2
      src/core/wrapper/layout/responsive/responsive.flex.horizontal.js

2
src/core/wrapper/layout/responsive/responsive.flex.horizontal.js

@ -51,7 +51,7 @@ BI.ResponsiveFlexHorizontalLayout = BI.inherit(BI.FlexHorizontalLayout, {
}, },
destroyed: function () { destroyed: function () {
this.unResize(); this.unResize?.();
} }
}); });
BI.shortcut("bi.responsive_flex_horizontal", BI.ResponsiveFlexHorizontalLayout); BI.shortcut("bi.responsive_flex_horizontal", BI.ResponsiveFlexHorizontalLayout);

Loading…
Cancel
Save