chore: fix tag rename [skip e2e]
This commit is contained in:
@@ -609,7 +609,9 @@ export class NavigationController
|
||||
public setEditingTag(editingTag: SNTag | SmartView | undefined) {
|
||||
runInAction(() => {
|
||||
this.editing_ = editingTag
|
||||
void this.setSelectedTag(editingTag, this.selectedLocation || 'all')
|
||||
if (this.selected !== editingTag) {
|
||||
void this.setSelectedTag(editingTag, this.selectedLocation || 'all')
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user