From 27f09b91bbd829f0d7dc92166d82b9a25995d6f0 Mon Sep 17 00:00:00 2001 From: Antonio Anaya Date: Mon, 11 May 2026 12:43:34 +0000 Subject: [PATCH] Apply suggestions from code review of branch bugfix/close_mitt_signals_ Co-authored-by: Julian Stirling --- webapp/src/components/appContent.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webapp/src/components/appContent.vue b/webapp/src/components/appContent.vue index fb88a92a..c977219a 100644 --- a/webapp/src/components/appContent.vue +++ b/webapp/src/components/appContent.vue @@ -217,8 +217,9 @@ export default { }, methods: { - // This methods replace the previous arrow function calls "() => {}". - // This is needed for closing actual same opening functions. + // These methods are used for opening and closing signals. + // They are used instead of anonymous arrow functions so we can + // call close on the same function called with open. handleGlobalSwitchTab: function (tabID) { this.currentTab = tabID; },