grafana / scenes

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

Rows are draggable when scene layout is draggable #626

Closed mdvictor closed 8 months ago

mdvictor commented 8 months ago

The grid row has a isDraggable prop that seems like it's not set anywhere. We can maybe make use of the parent layout to determine whether a row is draggable and remove that prop? Or set that one if it makes more sense. Not sure what approach is better.

📦 Published PR as canary version: 3.8.2--canary.626.8137562729.0
:sparkles: Test out this PR locally via: ```bash npm install @grafana/scenes@3.8.2--canary.626.8137562729.0 # or yarn add @grafana/scenes@3.8.2--canary.626.8137562729.0 ```
grafanabot commented 8 months ago

:rocket: PR was released in v3.8.2 :rocket: