grafana / scenes

Build Grafana dashboards directly in your Grafana app plugins.
https://grafana.com/developers/scenes
Apache License 2.0
133 stars 20 forks source link

SceneGridLayout: Prevent panels from moving on mount #733

Closed torkelo closed 4 months ago

torkelo commented 4 months ago

Noticed panels moving about when coming back to dashboard from dashboard settings and sometimes from panel edit.

This fixes that problem, I am using a ref here and updating the class using dom classList to avoid having to always re-render the full grid after mount

grafanabot commented 4 months ago

:rocket: PR was released in v4.20.0 :rocket: