From 560ff8c9d466a5cecf74f642ac9db08fa7899597 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 7 Dec 2022 14:49:24 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/6798 --- app/src/protyle/gutter/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/gutter/index.ts b/app/src/protyle/gutter/index.ts index c76273780..1c8e9c48e 100644 --- a/app/src/protyle/gutter/index.ts +++ b/app/src/protyle/gutter/index.ts @@ -1511,7 +1511,7 @@ export class Gutter { type: "separator" }, { label: window.siyuan.languages.ltr, - icon: "iconRtl", + icon: "iconLtr", click: () => { this.genClick(nodeElements, protyle, (e: HTMLElement) => { e.style.direction = "ltr";