From fefe5b6b2a8698d23d408416f51795c197770015 Mon Sep 17 00:00:00 2001 From: Oliver Mak Date: Fri, 1 Nov 2024 15:17:58 +0800 Subject: [PATCH 01/11] Change to use vue-movable --- app/components/DraggableWindow.vue | 113 ++++++++----- app/components/editors/SongEditor.vue | 6 +- package.json | 1 + pnpm-lock.yaml | 218 ++++++++++++++++++++++++++ 4 files changed, 294 insertions(+), 44 deletions(-) diff --git a/app/components/DraggableWindow.vue b/app/components/DraggableWindow.vue index 741dd8d2..8bc4258a 100644 --- a/app/components/DraggableWindow.vue +++ b/app/components/DraggableWindow.vue @@ -1,60 +1,69 @@ diff --git a/app/components/editors/SongEditor.vue b/app/components/editors/SongEditor.vue index c368cac7..cf0e3f7c 100644 --- a/app/components/editors/SongEditor.vue +++ b/app/components/editors/SongEditor.vue @@ -307,7 +307,11 @@ onMounted(() => {