Skip to content

Refactor keydown events#189

Merged
agarny merged 1 commit into
Physiome:mainfrom
akhuoa:refactor/keydown-events
Jun 11, 2026
Merged

Refactor keydown events#189
agarny merged 1 commit into
Physiome:mainfrom
akhuoa:refactor/keydown-events

Conversation

@akhuoa

@akhuoa akhuoa commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

To support the vue-tsc update in #188.

Upgrading vue-tsc (from 3.3.3 to 3.3.4) caused type-check to throw errors when using @keydown.tab.prevent and @keydown.esc.prevent on the custom component, TermButton. While vue-tsc still permits these modifiers on native HTML <button> elements, I refactored the code across all instances to fix the type errors and improve readability.

There are no functional or UI updates in this pull request.

@akhuoa akhuoa requested a review from agarny June 11, 2026 02:26
@agarny agarny merged commit 909d583 into Physiome:main Jun 11, 2026
1 check passed
Sign up for free to 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.

2 participants