Skip to content

Commit 80f7049

Browse files
authored
[6.x] Disable Bard debouncing (#13797)
1 parent b7659f5 commit 80f7049

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

resources/js/components/fieldtypes/bard/BardFieldtype.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,9 @@ export default {
416416
417417
if (JSON.stringify(json) === JSON.stringify(oldJson)) return;
418418
419+
// Temporarily disable debouncing.
420+
this.debounceNextUpdate = false;
421+
419422
this.debounceNextUpdate
420423
? this.updateDebounced(json)
421424
: this.update(json);

0 commit comments

Comments
 (0)