Browse Source

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

pull/2977/head
Artur Arseniev 6 years ago
parent
commit
14d8b257ec
  1. 2
      src/commands/view/SelectComponent.js

2
src/commands/view/SelectComponent.js

@ -204,6 +204,8 @@ export default {
onOut() {
this.currentDoc = null;
this.em.setHovered(0);
this.elHovered = undefined;
this.updateToolsLocal();
this.canvas.getFrames().forEach(frame => {
const { view } = frame;
const el = view && view.getToolsEl();

Loading…
Cancel
Save