Skip to content
Snippets Groups Projects
Unverified Commit dfb4087d authored by Paul Gascou-Vaillancourt's avatar Paul Gascou-Vaillancourt
Browse files

Merge branch '415343-tweak-flyout-tolerance' into 'master'

parents 7b31d58b 7b6c0423
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -117,7 +117,7 @@ export default {
},
onMouseMove(e) {
// add some wiggle room to the left of mouse cursor
this.currentMouseX = Math.max(0, e.clientX - 20);
this.currentMouseX = Math.max(0, e.clientX - 5);
},
},
};
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment