Handle zen mode

This commit is contained in:
Leonabcd123 2025-12-22 15:54:29 +02:00
parent fa18337a63
commit 4edab4794e

View file

@ -455,7 +455,7 @@ export class Caret {
// yes, this is all super verbose, but its easier to maintain and understand
if (isWordRTL) {
options.word.addClass("wordRtl");
if (Config.mode !== "zen") options.word.addClass("wordRtl");
let afterLetterCorrection = 0;
if (options.side === "afterLetter") {
if (this.isFullWidth()) {