1
0

feat: move filter popup to a modal

This commit is contained in:
kolaente
2022-05-08 22:39:23 +02:00
parent b2c2118c58
commit 0007c30672
3 changed files with 30 additions and 27 deletions

View File

@ -91,9 +91,6 @@ watch(
scrollLock.value = enabled
store.commit('modalActive', enabled)
},
{
immediate: true,
},
)
</script>