fix: don't engage fullscreen
This commit is contained in:
parent
e30650a931
commit
502a7121cd
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@
|
|||
return panning;
|
||||
},
|
||||
onDoubleClick: () => {
|
||||
return; // TODO WHY BLACK?!
|
||||
if (!document.fullscreenElement) {
|
||||
console.debug("[SVG] Fullscreen requested.");
|
||||
document.body.requestFullscreen();
|
||||
|
|
Loading…
Reference in a new issue