提交 52772aec 编写于 作者: J jim

fix #1188 @Debounce no use arrow function

上级 774f8d43
......@@ -48,12 +48,13 @@ export default class GlobalHeader extends PureComponent {
onCollapse(!collapsed);
this.triggerResizeEvent();
};
/* eslint-disable*/
@Debounce(600)
triggerResizeEvent = () => {
triggerResizeEvent() {
const event = document.createEvent('HTMLEvents');
event.initEvent('resize', true, false);
window.dispatchEvent(event);
};
}
render() {
const {
currentUser,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册