chore: remove comment

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
Vitor Mattos 2025-12-16 10:48:59 -03:00
parent b0304dbe60
commit f664bd983a
No known key found for this signature in database
GPG key ID: 6FECE2AD4809003A

View file

@ -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)
}
},