fix(fe1): comments not auto-expanding correctly

This commit is contained in:
Kristaps Fabians Geikins
2023-05-22 20:15:51 +03:00
parent c7bcf8c65f
commit 057894e14f
@@ -444,7 +444,8 @@ export default defineComponent({
}
},
watch: {
'viewerState.currentFilterState'() {
'viewerState.currentFilterState'(newVal, oldVal) {
if (!newVal && !oldVal) return
this.updateUrl()
}
},