fix: touch clicks

version/enerpe
Tomáš Mládek 2022-12-08 22:30:26 +01:00
parent f583264a4a
commit 7fcb85d281
1 changed files with 3 additions and 0 deletions

View File

@ -110,6 +110,9 @@
beforeWheel: () => {
return panning;
},
onTouch: function () {
return false; // tells the library to not preventDefault.
},
onDoubleClick: () => {
return; // TODO WHY BLACK?!
if (!document.fullscreenElement) {