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
```
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 ```