We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54af2d5 commit 9a077b9Copy full SHA for 9a077b9
lib/editor/result-view.js
@@ -93,7 +93,7 @@ export default class ResultView {
93
this.blurEditor()
94
})
95
96
- this.view.addEventListener('mouseout', ev => {
+ this.view.addEventListener('mouseleave', ev => {
97
this.focusEditor()
98
99
0 commit comments