mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 03:20:46 +08:00
unneeded fb
This commit is contained in:
parent
1dfd966c83
commit
d03cc56e96
1 changed files with 1 additions and 1 deletions
|
|
@ -423,7 +423,7 @@ export class Caret {
|
|||
Config.mode === "zen"
|
||||
? isWordRightToLeft(
|
||||
options.letter.native.textContent ?? "",
|
||||
options.isDirectionReversed ? !baseWordIsRTL : baseWordIsRTL,
|
||||
options.isLanguageRightToLeft,
|
||||
options.isDirectionReversed,
|
||||
)
|
||||
: baseWordIsRTL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue