Skip to content

Commit 41269e9

Browse files
authored
[6.x] Fix Bard arrow keys/undo (#14467)
1 parent 7d36582 commit 41269e9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

resources/js/components/fieldtypes/replicator/SetPicker.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,5 +495,9 @@ export default {
495495
.map((result) => result.obj);
496496
}
497497
},
498+
499+
beforeUnmount() {
500+
this.unbindKeys();
501+
},
498502
};
499503
</script>

0 commit comments

Comments
 (0)