Skip to content

[6.x] Fix Bard arrow keys/undo - #14467

Merged
jasonvarga merged 2 commits into
6.xfrom
fix--bard-arrow-keys
Apr 9, 2026
Merged

[6.x] Fix Bard arrow keys/undo#14467
jasonvarga merged 2 commits into
6.xfrom
fix--bard-arrow-keys

Conversation

@jackmcdade

Copy link
Copy Markdown
Member

SetPicker was binding global arrow/enter handlers but never cleaned them up if the component was unmounted while open (which happens in Bard after inserting a set).

Closes #13806.

SetPicker was binding global arrow/enter handlers but never cleaned them up if the component was unmounted while open (which happens in Bard after inserting a set).

Closes #13806.
@jackmcdade
jackmcdade requested a review from duncanmcclean April 9, 2026 13:56
Comment thread resources/js/components/fieldtypes/bard/Set.vue Outdated
@jasonvarga
jasonvarga merged commit 41269e9 into 6.x Apr 9, 2026
17 checks passed
@jasonvarga
jasonvarga deleted the fix--bard-arrow-keys branch April 9, 2026 16:48
@hivokas

hivokas commented Apr 16, 2026

Copy link
Copy Markdown
Contributor

@jackmcdade @jasonvarga Thanks for looking into this issue. We've updated Statamic to v6.13, and unfortunately it doesn't seem to fix the issue. The more sets you add to the Bard, the more Command+Z's are needed to undo the change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants