From 8fbab92e1b58227cab8611a1361faa67bd67b29a Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 9 Apr 2022 18:59:28 -0500 Subject: [PATCH] fixed dragability after new statment is added --- src/components/TextBox.vue | 7 ++----- src/pages/Editor.vue | 8 ++++++-- src/support/const.ts | 2 ++ src/support/parse.ts | 3 +++ src/types.ts | 4 +++- 5 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 src/support/const.ts diff --git a/src/components/TextBox.vue b/src/components/TextBox.vue index 4a7dce5..74f8362 100644 --- a/src/components/TextBox.vue +++ b/src/components/TextBox.vue @@ -1,20 +1,17 @@