Refactor ZenUIManager to update sidebar panel positioning and trigger build update without rebuild in Zen Marketplace Manager

This commit is contained in:
mauro-balades
2024-09-21 18:26:18 +02:00
parent c02505fe13
commit 59c8598b94
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ var gZenMarketplaceManager = {
_triggerBuildUpdateWithoutRebuild() {
this._doNotRebuildThemesList = true;
this._buildThemesList();
this.triggerThemeUpdate();
},
async _buildThemesList() {