From 4f6a958f7c9c55bd9835abefe7f333dad1110eed Mon Sep 17 00:00:00 2001 From: overQ <1516494457@qq.com> Date: Sun, 6 Dec 2020 20:01:24 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0readme=E5=BC=80?= =?UTF-8?q?=E6=BA=90=E5=8D=8F=E8=AE=AE=20=20=20=20=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20=E6=9C=AA=E9=80=89=E4=B8=AD=E7=BB=84=E4=BB=B6=E6=97=B6?= =?UTF-8?q?=E4=B8=8D=E5=87=BA=E7=8E=B0=E5=88=A0=E9=99=A4=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 2 +- src/pages/editor/Container.tsx | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 48dfad2..777ba37 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Documentation - License: MIT + license:GPL3.0

diff --git a/src/pages/editor/Container.tsx b/src/pages/editor/Container.tsx index 31b6a2c..6ab1bfc 100644 --- a/src/pages/editor/Container.tsx +++ b/src/pages/editor/Container.tsx @@ -494,9 +494,13 @@ const Container = (props: { padding: rightColla ? 0 : '10px', }} > - + {curPoint?.id ? ( + + ) : ( + '' + )}