Skip to content

Commit

Permalink
Use span as a wrapper element
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPrigorshnev committed Mar 1, 2024
1 parent bebcb7f commit 06f3e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/javascripts/discourse/widgets/assigned-to.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const AssignedToWidget = ["assigned-to", {
return [
new RenderGlimmer(
this,
"div.my-wrapper-class", // fixme andrei drop or correct css class
"span",
hbs`
<DMenu @inline={{true}} @label="...">
<Menu::Buttons::UnassignPost @post={{@data.post}} />
Expand Down

0 comments on commit 06f3e3f

Please sign in to comment.