grafana/public/app/features/dashboard
Piotr Jamróz 8d05df83ed
CustomScrollbar: Invoke setScrollTop callback only after scrolling finishes (#34263)
* Invoke setScrollTop callback only after scrolling finishes

When the state is updated while scroll events are being dispatched (like in QueryGroup) it may cause resetting the scroll position to the first emitted event because setting the scroll happens only after render (useEffect).

* Memoize onScrollStop callback
2021-05-24 10:34:37 +02:00
..
components Histogram: Fix crash when state was undefined (when combine was enabled) (#34514) 2021-05-20 17:36:20 +02:00
containers CustomScrollbar: Invoke setScrollTop callback only after scrolling finishes (#34263) 2021-05-24 10:34:37 +02:00
dashgrid Alerting: update panel alert tab (#33850) 2021-05-17 10:39:42 +03:00
services Dashboard: Fix Editing a panel with auto-refresh enabled auto-refresh in the edit screen (#34128) 2021-05-18 10:20:11 +02:00
state Dashboard: Fix Editing a panel with auto-refresh enabled auto-refresh in the edit screen (#34128) 2021-05-18 10:20:11 +02:00
utils Library panels: Normalize feature name as "Library panels" (#33540) 2021-05-04 09:00:44 +01:00
index.ts Routing NG: Replace Angular routing with react-router (#31463) 2021-03-10 18:03:36 +01:00