Fix uiWebsite updating

This commit is contained in:
Alexis Faizeau
2022-05-06 15:27:55 +02:00
committed by David Négrier
parent e710c441b1
commit fc7a7aa54d
2 changed files with 7 additions and 0 deletions
@@ -59,6 +59,8 @@ class UIWebsiteManager {
website.margin.right = websiteEvent.margin.right;
}
}
uiWebsitesStore.update(website);
});
}