mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
FIX: Restore the unconditional yield in d-button (#22759)
Fixes bootstrap button tooltips
This commit is contained in:
parent
5a36abd073
commit
6725a1d7bd
@ -64,12 +64,12 @@ export default class DButton extends GlimmerComponentWithDeprecatedParentView {
|
||||
…
|
||||
{{~/if~}}
|
||||
</span>
|
||||
{{~else if (has-block)~}}
|
||||
{{yield}}
|
||||
{{~else~}}
|
||||
​
|
||||
{{! Zero-width space character, so icon-only button height = regular button height }}
|
||||
{{~/if~}}
|
||||
|
||||
{{yield}}
|
||||
</button>
|
||||
</template>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user