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; },