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: () => {
|
beforeWheel: () => {
|
||||||
return panning;
|
return panning;
|
||||||
},
|
},
|
||||||
|
onTouch: function () {
|
||||||
|
return false; // tells the library to not preventDefault.
|
||||||
|
},
|
||||||
onDoubleClick: () => {
|
onDoubleClick: () => {
|
||||||
return; // TODO WHY BLACK?!
|
return; // TODO WHY BLACK?!
|
||||||
if (!document.fullscreenElement) {
|
if (!document.fullscreenElement) {
|
||||||
|
|
Loading…
Reference in a new issue