diff --git a/index.html b/index.html index 68faaea..89c5dda 100644 --- a/index.html +++ b/index.html @@ -8,8 +8,6 @@
- - diff --git a/src/components/AppDraw.vue b/src/components/AppDraw.vue index 337842a..28c3de9 100644 --- a/src/components/AppDraw.vue +++ b/src/components/AppDraw.vue @@ -47,7 +47,7 @@ const select = (p, index) => { const remove = () => { paths.value.splice(currentIndex.value, 1) - edit.value = false + editing.value = false } const container = ref(null)