Browse Source

Merge pull request #2907 from neon12345/neon12345-hover-fix

Fully clear hover state on mouseleave
pull/2944/head
Artur Arseniev 6 years ago
committed by GitHub
parent
commit
4e7d068ba4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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