Skip to content

Commit

Permalink
Don't clone. Prevents recursion. Closes #2805
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Nov 6, 2020
1 parent 7cfaafd commit 14b4a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/fieldtypes/bard/BardFieldtype.vue
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export default {
previews: {
deep: true,
handler(value) {
const meta = clone(this.meta);
const meta = this.meta;
meta.previews = value;
this.updateMeta(meta);
}
Expand Down

0 comments on commit 14b4a21

Please sign in to comment.