fix(fe1): comments not auto-expanding correctly
This commit is contained in:
@@ -444,7 +444,8 @@ export default defineComponent({
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
'viewerState.currentFilterState'() {
|
||||
'viewerState.currentFilterState'(newVal, oldVal) {
|
||||
if (!newVal && !oldVal) return
|
||||
this.updateUrl()
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user