From f664bd983a4c37c78ad939b65c95266ddb2e1f81 Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Tue, 16 Dec 2025 10:48:59 -0300 Subject: [PATCH] chore: remove comment Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- src/Components/RightSidebar/RequestSignatureTab.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Components/RightSidebar/RequestSignatureTab.vue b/src/Components/RightSidebar/RequestSignatureTab.vue index 91e33cc6c..cbeda196d 100644 --- a/src/Components/RightSidebar/RequestSignatureTab.vue +++ b/src/Components/RightSidebar/RequestSignatureTab.vue @@ -498,10 +498,8 @@ export default { this.filesStore.enableIdentifySigner() }, onTabChange(tabId) { - // Only update if the tab actually changed if (this.activeTab !== tabId) { this.activeTab = tabId - // Save tab preference to userconfig store with debounce this.debouncedTabChange(tabId) } },