Merge branch 'develop' into feature-options-menu

This commit is contained in:
Hanusiak Piotr
2022-02-02 09:31:10 +01:00
20 changed files with 104 additions and 26 deletions
+1 -1
View File
@@ -1270,7 +1270,7 @@ ${escapedMessage}
openCoWebsite.closable ?? true
);
if (openCoWebsite.lazy !== undefined && !openCoWebsite.lazy) {
if (openCoWebsite.lazy === undefined || !openCoWebsite.lazy) {
await coWebsiteManager.loadCoWebsite(coWebsite);
}