Merge pull request #1889 from thecodingmachine/fix-co

Fix importing coWesbite from API to store
This commit is contained in:
Alexis Faizeau
2022-02-17 09:52:50 +01:00
committed by GitHub
+2
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);
}