diff --git a/qt/ts/src/editor.ts b/qt/ts/src/editor.ts index addb2f7a6..66dd69542 100644 --- a/qt/ts/src/editor.ts +++ b/qt/ts/src/editor.ts @@ -291,10 +291,6 @@ function wrapIntoText(front, back) { } function wrapInternal(front, back, plainText) { - if (currentField.dir === "rtl") { - front = "‫" + front + "‬"; - back = "‫" + back + "‬"; - } const s = window.getSelection(); let r = s.getRangeAt(0); const content = r.cloneContents();