Skip to content

Fix: auto-pair for Korean input#12422

Open
dsherli wants to merge 1 commit intologseq:masterfrom
WSU-CptS-481-Spring-2026:fix/korean-auto-bracket
Open

Fix: auto-pair for Korean input#12422
dsherli wants to merge 1 commit intologseq:masterfrom
WSU-CptS-481-Spring-2026:fix/korean-auto-bracket

Conversation

@dsherli
Copy link
Copy Markdown

@dsherli dsherli commented Mar 4, 2026

resolves #12418

Problem

When keyboard language is switched to Korean, auto pairing for characters such as '{', '[', and '(' does not work, and does not generate the closing bracket.

Steps to reproduce

clone repository
yarn install
yarn watch
switch keyboard language to Korean, and attempt to write brackets in a note

changes

This PR changes the autopair-eligible characters to fall through to the autopair logic when typing in Korean since the previous logic swallowed ALL keydown events by returning nil. This mean that when IME languages were used, pressing brackets were silently ignored.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Mar 4, 2026

CLA assistant check
All committers have signed the CLA.

@dsherli dsherli changed the title fixed #12418 for auto-pair feature Fix: auto-pair for Korean input Mar 4, 2026
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.

Auto pair features not work in Korean input

2 participants