Skip to content

Commit

Permalink
Merge pull request Maps4HTML#595 from ben-lu-uw/document_scrolling_fix
Browse files Browse the repository at this point in the history
Fix keyboard panning scrolling document issue
  • Loading branch information
ben-lu-uw authored Nov 23, 2021
2 parents d1ca681 + 53c0f1a commit a8672bf
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 a8672bf

Please sign in to comment.