Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent text selection within map canvas div to fix double-click issues.
See #6740 Double-clicking on the map breaks panning in Edge and IE11. The issue is that after double-clicking, Edge & IE perform a text selection within the div, so then subsequent drag actions are trying to drag the selection instead of dragging the map. This fixes it by disabling text selection within the container.
- Loading branch information