Skip to content

Commit 9a077b9

Browse files
committed
mouseleave instead of mouseout
1 parent 54af2d5 commit 9a077b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/editor/result-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default class ResultView {
9393
this.blurEditor()
9494
})
9595

96-
this.view.addEventListener('mouseout', ev => {
96+
this.view.addEventListener('mouseleave', ev => {
9797
this.focusEditor()
9898
})
9999

0 commit comments

Comments
 (0)