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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
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(); |
|
|
|
|