Fix importing coWesbite from API to store

This commit is contained in:
Alexis Faizeau 2022-02-16 13:46:40 +01:00
parent 8c3c3c9d43
commit f186111d2f

View File

@ -1190,6 +1190,8 @@ ${escapedMessage}
openCoWebsite.closable ?? true
);
coWebsiteManager.addCoWebsiteToStore(coWebsite, openCoWebsite.position);
if (openCoWebsite.lazy === undefined || !openCoWebsite.lazy) {
await coWebsiteManager.loadCoWebsite(coWebsite);
}