[Pkg-javascript-commits] [leaflet] 34/78: Fix touch drag in Edge browser
Jonas Smedegaard
dr at jones.dk
Sat May 7 08:58:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet.
commit 5e3bab2550de60fec30bd86b5879fe6031ff54ac
Author: Joakim Berglund <neorth at gmail.com>
Date: Fri Sep 18 10:03:56 2015 +0200
Fix touch drag in Edge browser
This was fixed on master in e44179da12dd3aaa7b1a0684ec193de61d4ec207
---
dist/leaflet.css | 1 +
1 file changed, 1 insertion(+)
diff --git a/dist/leaflet.css b/dist/leaflet.css
index ac0cd17..c161c31 100644
--- a/dist/leaflet.css
+++ b/dist/leaflet.css
@@ -21,6 +21,7 @@
.leaflet-container {
overflow: hidden;
-ms-touch-action: none;
+ touch-action: none;
}
.leaflet-tile,
.leaflet-marker-icon,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git
More information about the Pkg-javascript-commits
mailing list