We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1ca681 + 53c0f1a commit a8672bfCopy full SHA for a8672bf
src/mapml/keyboard.js
@@ -45,6 +45,6 @@ L.Map.Keyboard.include({
45
return;
46
}
47
48
- stop(e);
+ L.DomEvent.stop(e);
49
50
});
0 commit comments