Skip to content

Commit 1a8de8e

Browse files
chore: remove comment
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 1eb1c51 commit 1a8de8e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Components/RightSidebar/RequestSignatureTab.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,10 +498,8 @@ export default {
498498
this.filesStore.enableIdentifySigner()
499499
},
500500
onTabChange(tabId) {
501-
// Only update if the tab actually changed
502501
if (this.activeTab !== tabId) {
503502
this.activeTab = tabId
504-
// Save tab preference to userconfig store with debounce
505503
this.debouncedTabChange(tabId)
506504
}
507505
},

0 commit comments

Comments
 (0)