From 53c0f1adc410aea9040ed22227719c68c158bf8e Mon Sep 17 00:00:00 2001 From: ben-lu-uw Date: Tue, 23 Nov 2021 16:01:27 -0500 Subject: [PATCH] Call stop function properly --- src/mapml/keyboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mapml/keyboard.js b/src/mapml/keyboard.js index 9899900c5..e6f8c5daf 100644 --- a/src/mapml/keyboard.js +++ b/src/mapml/keyboard.js @@ -45,6 +45,6 @@ L.Map.Keyboard.include({ return; } - stop(e); + L.DomEvent.stop(e); } }); \ No newline at end of file