From fabf40262e277eaf1135be87cbc6caca8be76212 Mon Sep 17 00:00:00 2001 From: ZoeLeeFZ Date: Fri, 11 Oct 2019 08:57:45 +0800 Subject: [PATCH] =?UTF-8?q?!528=20#I132A7=20=E6=89=B9=E9=87=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=B0=81=E8=BE=B9=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/UI/Store/RightPanelStore/SealingStore.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/UI/Store/RightPanelStore/SealingStore.ts b/src/UI/Store/RightPanelStore/SealingStore.ts index 19b951099..f55ee2a64 100644 --- a/src/UI/Store/RightPanelStore/SealingStore.ts +++ b/src/UI/Store/RightPanelStore/SealingStore.ts @@ -109,9 +109,9 @@ export class SealingStore extends BoardEdgesEditor if (!b.IsSpecialShape) { b.BoardProcessOption[EBoardKeyList.DownSealed] = data[0].size.toString(); - b.BoardProcessOption[EBoardKeyList.LeftSealed] = data[1].size.toString(); + b.BoardProcessOption[EBoardKeyList.RightSealed] = data[1].size.toString(); b.BoardProcessOption[EBoardKeyList.UpSealed] = data[2].size.toString(); - b.BoardProcessOption[EBoardKeyList.RightSealed] = data[3].size.toString(); + b.BoardProcessOption[EBoardKeyList.LeftSealed] = data[3].size.toString(); } } this._dataMap = new WeakMap();