More general

This commit is contained in:
Leonabcd123 2025-12-22 16:24:44 +02:00
parent 4edab4794e
commit 3353374bb9

View file

@ -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()) {