mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-27 02:21:27 +08:00
More general
This commit is contained in:
parent
4edab4794e
commit
3353374bb9
1 changed files with 1 additions and 1 deletions
|
|
@ -455,7 +455,7 @@ export class Caret {
|
|||
|
||||
// yes, this is all super verbose, but its easier to maintain and understand
|
||||
if (isWordRTL) {
|
||||
if (Config.mode !== "zen") options.word.addClass("wordRtl");
|
||||
if (options.wordText) options.word.addClass("wordRtl");
|
||||
let afterLetterCorrection = 0;
|
||||
if (options.side === "afterLetter") {
|
||||
if (this.isFullWidth()) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue