Make another attempt at fixing panning

pull/10/head
Manuel Kasper 2020-12-05 22:36:58 +01:00
rodzic 22baf3eb08
commit 00647475e0
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -143,6 +143,7 @@ export default {
if (this.$mq.mobile) {
this.map.on('touchstart', (e) => {
if (this.isEnlarged) {
this.map.dragPan.enable()
return
}