-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(map,selection): selection now works when the map is scrolled
This is a tricky one - the map has the outer container which has the scrollbar and the inner container which overflows. Event handlers must go on the outer container otherwise you cannot start a selection when the inner container is scrolled and you click into the overflow area, but the rectangle that is created must go in the inner container itself because it should overflow inside the scrollable area not outside on the whole page.
- Loading branch information
updraft0
committed
Jun 28, 2024
1 parent
2e5e70d
commit 2547e71
Showing
3 changed files
with
120 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters