Commit 2a2618c
fix: disable furigana when switching to DNCL mode
When switching directly from furigana mode to DNCL mode, furigana
annotations were not cleared because handleSelectDnclMode did not
disable furigana. DNCL mode uses Japanese text, so furigana is
redundant and should always be turned off.
Fixes #514
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4c5811d commit 2a2618c
File tree
1 file changed
+2
-1
lines changed- packages/scratch-gui/src/components/ruby-toolbar
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
0 commit comments