Checkpoint WebGL book reveal optimization
This commit is contained in:
@@ -313,6 +313,8 @@ class WebGLBookSceneModule extends BaseModule {
|
||||
return;
|
||||
}
|
||||
if (!target) return;
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
if (type === 'pointermove' || type === 'mousemove') {
|
||||
this.updateProjectedHover(target, event);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user