From 0617a5a6a481f17fcad6efa61d8d1011992b23f5 Mon Sep 17 00:00:00 2001 From: Chish36 Date: Thu, 14 Aug 2025 11:47:08 +0100 Subject: [PATCH] Added comment and removed unused method --- .../components/labThingsComponents/actionButton.vue | 1 + .../components/modalComponents/calibrationModal.vue | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/webapp/src/components/labThingsComponents/actionButton.vue b/webapp/src/components/labThingsComponents/actionButton.vue index 54710499..80783c25 100644 --- a/webapp/src/components/labThingsComponents/actionButton.vue +++ b/webapp/src/components/labThingsComponents/actionButton.vue @@ -5,6 +5,7 @@ >
+
@@ -271,10 +265,6 @@ export default { } }, - async updatePosition() { - this.setPosition = await this.readThingProperty("stage", "position"); - }, - // Forces modal to show on button press force_show: function() { this.ready = true;