diff --git a/resources/js/components/fieldtypes/bard/BardFieldtype.vue b/resources/js/components/fieldtypes/bard/BardFieldtype.vue index 170ef3f7662..d2933bfe17c 100644 --- a/resources/js/components/fieldtypes/bard/BardFieldtype.vue +++ b/resources/js/components/fieldtypes/bard/BardFieldtype.vue @@ -442,6 +442,8 @@ export default { value(value, oldValue) { if (!this.editor) return; + if (document.activeElement?.closest('.bard-content')) return; + const oldContent = this.editor.getJSON(); const content = this.valueToContent(value);