Skip to content

Commit

Permalink
update appconfigurator & appdesigner
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Dec 5, 2024
1 parent a693511 commit e7175f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ export class AppConfiguratorComponent {
this.config.ripple.set(true);
} else {
document.body.classList.remove('material');
this.config.ripple.set(false);
}
$t().preset(preset).preset(this.getPresetExt()).surfacePalette(surfacePalette).use({ useDefaultOptions: true });
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ export class AppDesignerComponent {
this.config.ripple.set(true);
} else {
document.body.classList.remove('material');
this.config.ripple.set(false);
}

this.preset = {
Expand Down

0 comments on commit e7175f9

Please sign in to comment.