Skip to content

[5.x] Remove legacy code that likely caused issues typing 'f' in asset file rename field - #10777

Merged
jasonvarga merged 1 commit into
statamic:5.xfrom
steveparks:steveparks-bugfix-10776
Sep 6, 2024
Merged

[5.x] Remove legacy code that likely caused issues typing 'f' in asset file rename field#10777
jasonvarga merged 1 commit into
statamic:5.xfrom
steveparks:steveparks-bugfix-10776

Conversation

@steveparks

Copy link
Copy Markdown
Contributor

Fixes#10776

@925dk identified the likely cause of the reported issue as being this small piece of code 'leftover from the filter refactor'.

This PR removes that code.

I am a novice Statamic contributor so this will need thorough double-checking, but I haven't seen any other issues in my testing as a result of this change.

@jasonvarga

jasonvarga commented Sep 6, 2024

Copy link
Copy Markdown
Member

Confirmed.
The toggleable filter pane was added in #7589 which is where the key binding was added.
The feature was removed in #8001 but the key binding was left behind.

Thanks!

@jasonvarga
jasonvarga merged commit a1160e6 into statamic:5.xSep 6, 2024
@steveparks

Copy link
Copy Markdown
ContributorAuthor

Wow, thanks for such speedy review!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[5.x] Letter 'f' cannot be typed in Asset file rename modal in some cases

2 participants

@steveparks@jasonvarga