Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3ch023 committed Dec 19, 2024
1 parent bf753cb commit ff5fc04
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion libs/deps/mas/commerce.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libs/deps/mas/mas.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libs/features/mas/dist/mas.js

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions libs/features/mas/src/mas-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,12 @@ export class MasElement {
// Update CSS
this.update();
}
// notify observers/listeners
this.notify();
} catch (error) {
log.error(`Failed to render mas-element: `, error);
this.toggleFailed(this.version, error, options);
this.notify();
}
// notify observers/listeners
this.notify();
}
});
}
Expand Down

0 comments on commit ff5fc04

Please sign in to comment.