fix: touch clicks
This commit is contained in:
parent
f583264a4a
commit
7fcb85d281
1 changed files with 3 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue