Skip to content

Commit

Permalink
fix(ui5-color-palette-popover): set opener attribute (#9746)
Browse files Browse the repository at this point in the history
Issue:

- Based on the template the open is set before the opener attribute
resulting into a console warning.

Fixes: #9708
  • Loading branch information
unazko authored Aug 28, 2024
1 parent c3d190c commit 6d20dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/ColorPalettePopover.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
hide-arrow
content-only-on-desktop
placement="Bottom"
?open="{{_open}}"
.opener="{{opener}}"
?open="{{_open}}"
@ui5-close="{{onAfterClose}}"
@ui5-open="{{onAfterOpen}}"
>
Expand Down

0 comments on commit 6d20dcd

Please sign in to comment.