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 ? ( + + ) : ( + '' + )}