mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
chore: remove comment
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
parent
b0304dbe60
commit
f664bd983a
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue