mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: prevent browser from scrolling when panning (#4489)
This commit is contained in:
parent
04f852a40a
commit
bae0e985b2
2 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,7 @@ Please add the latest change on the top under the correct section.
|
|||
|
||||
### Fixes
|
||||
|
||||
- Panning the canvas using `mousewheel-drag` and `space-drag` now prevents the browser from scrolling the container/page [#4489](https://github.com/excalidraw/excalidraw/pull/4489).
|
||||
- Scope drag and drop events to Excalidraw container to prevent overriding host application drag and drop events.
|
||||
|
||||
### Build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue