[v11.0.x] Fix Canvas crashing in scenes dashboard (#86125)
Fix Canvas crashing in scenes dashboard (#86117)
(cherry picked from commit 6fb13842a5)
Co-authored-by: Victor Marin <36818606+mdvictor@users.noreply.github.com>
This commit is contained in:
co-authored by
Victor Marin
parent
de27d86e7b
commit
d1a40dea5b
@@ -66,7 +66,7 @@ export const plugin = new PanelPlugin<Options>(CanvasPanel)
|
||||
|
||||
addStandardCanvasEditorOptions(builder);
|
||||
|
||||
if (state) {
|
||||
if (state && state.scene) {
|
||||
builder.addNestedOptions(getLayerEditor(state));
|
||||
|
||||
const selection = state.selected;
|
||||
|
||||
Reference in New Issue
Block a user