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 2a6d937 commit 8c4fbd6Copy full SHA for 8c4fbd6
src/components/cursor.js
@@ -397,7 +397,7 @@ module.exports.Component = registerComponent('cursor', {
397
}
398
399
// Begin fuse if necessary.
400
- if (data.fuseTimeout === 0 || !data.fuse || data.rayOrigin === 'xrselect') { return; }
+ if (data.fuseTimeout === 0 || !data.fuse || data.rayOrigin === 'xrselect' || data.rayOrigin === 'mouse') { return; }
401
cursorEl.addState(STATES.FUSING);
402
this.twoWayEmit(EVENTS.FUSING);
403
this.fuseTimeout = setTimeout(function fuse () {
0 commit comments