We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ca681 commit 53c0f1aCopy full SHA for 53c0f1a
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