We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7b89e commit 34c2391Copy full SHA for 34c2391
1 file changed
resources/js/components/fieldtypes/bard/Set.vue
@@ -350,6 +350,7 @@ export default {
350
() => data_get(this.publishContainer.values.value, this.fieldPathPrefix),
351
(values) => {
352
if (! values) return;
353
+ if (JSON.stringify(values) === JSON.stringify(this.node.attrs.values)) return;
354
355
this.updateAttributes({ values });
356
},
0 commit comments