mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: Reduce the scroll debounce timeout to 100ms and update only if offset changes (#3182)
* fix: Reduce the scroll debounce timeout to 100ms so offsets get updated faster when the container scrolled fixes https://github.com/excalidraw/excalidraw/issues/3175 * update changelog * update offsets only when if it changes * up * Update src/components/App.tsx Co-authored-by: David Luzar <luzar.david@gmail.com>
This commit is contained in:
parent
bf97414530
commit
07e71a8071
3 changed files with 18 additions and 2 deletions
|
@ -12,6 +12,16 @@ The change should be grouped under one of the below section and must contain PR
|
|||
Please add the latest change on the top under the correct section.
|
||||
-->
|
||||
|
||||
## Unreleased
|
||||
|
||||
## Excalidraw API
|
||||
|
||||
### Fixes
|
||||
|
||||
- Reduce the scroll debounce timeout to `100ms` so `offsets` gets updated faster if changed when container scrolled [#3182](https://github.com/excalidraw/excalidraw/pull/3182).
|
||||
|
||||
---
|
||||
|
||||
## 0.4.1
|
||||
|
||||
## Excalidraw API
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue