diff --git a/pkg/plugins/pfs/corelist/loadlist_gen.go b/pkg/plugins/pfs/corelist/loadlist_gen.go index 523c3262f28..45ea5612446 100644 --- a/pkg/plugins/pfs/corelist/loadlist_gen.go +++ b/pkg/plugins/pfs/corelist/loadlist_gen.go @@ -1,4 +1,4 @@ -// Copyright 2022 Grafana Labs +// Copyright 2023 Grafana Labs // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/public/app/features/canvas/runtime/element.tsx b/public/app/features/canvas/runtime/element.tsx index 9b1d6d5176b..0b6bce62ef0 100644 --- a/public/app/features/canvas/runtime/element.tsx +++ b/public/app/features/canvas/runtime/element.tsx @@ -285,6 +285,8 @@ export class ElementState implements LayerElement { this.applyLayoutStylesToDiv(); this.revId++; + + this.getScene()?.save(); } updateData(ctx: DimensionContext) {