mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Remove extra whitespace from render-glimmer-container (#27839)
This commit is contained in:
parent
89bcf955c0
commit
318dad23c4
@ -5,15 +5,13 @@ export default class RenderGlimmerContainer extends Component {
|
|||||||
@service renderGlimmer;
|
@service renderGlimmer;
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
{{#each this.renderGlimmer._registrations as |info|}}
|
{{~#each this.renderGlimmer._registrations as |info|~}}
|
||||||
{{#in-element info.element insertBefore=null}}
|
{{~#in-element info.element insertBefore=null~}}
|
||||||
{{~! no whitespace ~}}
|
|
||||||
<info.component
|
<info.component
|
||||||
@data={{info.data}}
|
@data={{info.data}}
|
||||||
@setWrapperElementAttrs={{info.setWrapperElementAttrs}}
|
@setWrapperElementAttrs={{info.setWrapperElementAttrs}}
|
||||||
/>
|
/>
|
||||||
{{~! no whitespace ~}}
|
{{~/in-element~}}
|
||||||
{{/in-element}}
|
{{~/each~}}
|
||||||
{{/each}}
|
|
||||||
</template>
|
</template>
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user