Skip to content

Commit

Permalink
Call stop function properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-lu-uw committed Nov 23, 2021
1 parent d1ca681 commit 53c0f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapml/keyboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ L.Map.Keyboard.include({
return;
}

stop(e);
L.DomEvent.stop(e);
}
});

0 comments on commit 53c0f1a

Please sign in to comment.