Browse Source

Update onOut in SelectComponent

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

2
src/commands/view/SelectComponent.js

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

Loading…
Cancel
Save