From 1d7ea2d87891561ee4aedd229054e1fabf34e231 Mon Sep 17 00:00:00 2001 From: EmmaLRussell Date: Thu, 27 Jun 2024 14:55:36 +0100 Subject: [PATCH] use mixin for drop --- .../components/graphConfig/GraphConfig.vue | 37 +-------- .../graphConfig/HiddenVariables.vue | 22 +----- .../app/components/mixins/dragVariables.ts | 32 -------- .../app/components/mixins/selectVariables.ts | 77 +++++++++++++++++++ 4 files changed, 81 insertions(+), 87 deletions(-) delete mode 100644 app/static/src/app/components/mixins/dragVariables.ts create mode 100644 app/static/src/app/components/mixins/selectVariables.ts diff --git a/app/static/src/app/components/graphConfig/GraphConfig.vue b/app/static/src/app/components/graphConfig/GraphConfig.vue index bb44e851..b6daea43 100644 --- a/app/static/src/app/components/graphConfig/GraphConfig.vue +++ b/app/static/src/app/components/graphConfig/GraphConfig.vue @@ -26,8 +26,7 @@