Fix importing coWesbite from API to store
This commit is contained in:
parent
8c3c3c9d43
commit
f186111d2f
@ -1190,6 +1190,8 @@ ${escapedMessage}
|
||||
openCoWebsite.closable ?? true
|
||||
);
|
||||
|
||||
coWebsiteManager.addCoWebsiteToStore(coWebsite, openCoWebsite.position);
|
||||
|
||||
if (openCoWebsite.lazy === undefined || !openCoWebsite.lazy) {
|
||||
await coWebsiteManager.loadCoWebsite(coWebsite);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user