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 86adc56 commit 18bf515Copy full SHA for 18bf515
Sources/Rendering/Core/RenderWindowInteractor/index.js
@@ -430,7 +430,7 @@ function vtkRenderWindowInteractor(publicAPI, model) {
430
};
431
432
//----------------------------------------------------------------------
433
- publicAPI.exitPointerLock = () => document.exitPointerLock();
+ publicAPI.exitPointerLock = () => document.exitPointerLock?.();
434
435
436
publicAPI.isPointerLocked = () =>
0 commit comments