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 b7659f5 commit 80f7049Copy full SHA for 80f7049
1 file changed
resources/js/components/fieldtypes/bard/BardFieldtype.vue
@@ -416,6 +416,9 @@ export default {
416
417
if (JSON.stringify(json) === JSON.stringify(oldJson)) return;
418
419
+ // Temporarily disable debouncing.
420
+ this.debounceNextUpdate = false;
421
+
422
this.debounceNextUpdate
423
? this.updateDebounced(json)
424
: this.update(json);
0 commit comments