Browse Source

Merge branch 'dev' of https://github.com/artf/grapesjs into dev

pull/856/head
Artur Arseniev 9 years ago
parent
commit
af1768c8b1
  1. 1
      src/commands/view/SelectComponent.js

1
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);
},

Loading…
Cancel
Save