1
0

fix(project): correctly load background when switching from or to a project view

Resolves https://community.vikunja.io/t/background-does-not-load/1437
This commit is contained in:
kolaente
2023-06-20 10:54:13 +02:00
parent 464cc0ed8c
commit c27661107f
2 changed files with 6 additions and 2 deletions

View File

@ -136,8 +136,6 @@ watch(
loadedProjectId.value = 0
const projectFromStore = projectStore.projects[projectData.id]
if (projectFromStore) {
baseStore.setBackground(null)
baseStore.setBlurHash(null)
baseStore.handleSetCurrentProject({project: projectFromStore})
}