Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
Co-authored-by: bmartel <[email protected]>
  • Loading branch information
Gondragos and bmartel authored Jan 28, 2025
1 parent 351b7e9 commit 3f1149f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/libs/editor/src/stores/Annotation/Annotation.js
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ const _Annotation = types
}
},
updateAppearenceFromState() {
self.areas.forEach((area) => area.updateAppearenceFromState && area.updateAppearenceFromState());
self.areas.forEach((area) => area.updateAppearenceFromState?.());
},

setInitialValues() {
Expand Down

0 comments on commit 3f1149f

Please sign in to comment.