Skip to content

Commit

Permalink
Fix broken style settings changes in edit mode
Browse files Browse the repository at this point in the history
  • Loading branch information
HighCoordination committed Jan 15, 2018
1 parent eadfac6 commit a481bc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,8 @@ export function Extension(){
loadEditor().catch(err => Logger.error('Error ocurred while button-editor was loaded', err));
}

$scope.applyColors(layout);
$scope.applyStyles(layout.appearance);
$scope.updateListItemsProps($scope.listItemsDub, layout);
$scope.updateSelectionLabels();

Expand Down

0 comments on commit a481bc8

Please sign in to comment.