diff --git a/src/commands/view/SelectComponent.js b/src/commands/view/SelectComponent.js index 90766c617..e26c495c7 100644 --- a/src/commands/view/SelectComponent.js +++ b/src/commands/view/SelectComponent.js @@ -54,6 +54,7 @@ module.exports = { methods[method](body, 'click', this.onClick); methods[method](win, 'scroll', this.onFrameScroll); methods[method](win, 'keydown', this.onKeyPress); + methods[method](win, 'resize', this.onFrameScroll); em[method]('change:selectedComponent', this.onSelect, this); },