fix: remove wrong check causing new project to show old medias
This commit is contained in:
parent
f1b216848d
commit
e7bad87217
|
|
@ -47,10 +47,6 @@ export default function Editor() {
|
|||
const initProject = async () => {
|
||||
if (!projectId) return;
|
||||
|
||||
if (activeProject?.id === projectId) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (handledProjectIds.current.has(projectId)) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue