latest dev
This commit is contained in:
@@ -545,6 +545,13 @@ class CoWebsiteManager {
|
||||
position: position ?? this.coWebsites.length,
|
||||
};
|
||||
|
||||
// Iframe management on mobile
|
||||
// icon.addEventListener("click", () => {
|
||||
// if (this.isSmallScreen()) {
|
||||
// this.moveRightPreviousCoWebsite(coWebsite, 0);
|
||||
// }
|
||||
// });
|
||||
|
||||
this.coWebsites.push(coWebsite);
|
||||
// this.cowebsiteSubIconsDom.appendChild(icon);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user