From d04e9efb03c29918aa7f2af4158aae724827b0ce Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 19 Aug 2022 23:30:41 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E5=88=9D=E5=A7=8B=E5=8C=96=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=20=E8=AE=BE=E7=BD=AE=20-=20=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=99=A8=20-=20=E8=87=AA=E9=80=82=E5=BA=94=E5=AE=BD=E5=BA=A6?= =?UTF-8?q?=20=E5=BC=80=E5=90=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/conf/editor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/conf/editor.go b/kernel/conf/editor.go index 518ce8828..d787a41cf 100644 --- a/kernel/conf/editor.go +++ b/kernel/conf/editor.go @@ -50,6 +50,6 @@ func NewEditor() *Editor { VirtualBlockRef: false, BlockRefDynamicAnchorTextMaxLen: 96, PlantUMLServePath: "https://www.plantuml.com/plantuml/svg/~1", - FullWidth: false, + FullWidth: true, } }