Skip to content

Commit a8672bf

Browse files
authored
Merge pull request #595 from ben-lu-uw/document_scrolling_fix
Fix keyboard panning scrolling document issue
2 parents d1ca681 + 53c0f1a commit a8672bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mapml/keyboard.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ L.Map.Keyboard.include({
4545
return;
4646
}
4747

48-
stop(e);
48+
L.DomEvent.stop(e);
4949
}
5050
});

0 commit comments

Comments
 (0)