Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
swarnadipa-dev committed Sep 25, 2023
1 parent 5fddbfd commit 32c14ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/actions/nuxeo-favorites-toggle-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ import '../nuxeo-button-styles.js';
this.dispatchEvent(
new CustomEvent('added-to-favorites', {
composed: true,
bubbles: false,
bubbles: true,
detail: { doc: this.document },
}),
);
Expand Down

0 comments on commit 32c14ab

Please sign in to comment.