DEV: drop tagName and connectorTagName on timeline controls plugin outlets

This commit is contained in:
Jeff Wong 2022-12-16 07:04:23 -08:00
parent 9370c91a7a
commit 947711ae15

View File

@ -32,7 +32,7 @@
{{#if (and (not @fullscreen) @currentUser)}} {{#if (and (not @fullscreen) @currentUser)}}
<div class="timeline-controls"> <div class="timeline-controls">
<PluginOutlet @name="timeline-controls-before" @tagName="span" @connectorTagName="span" @args={{hash model=@model}} /> <PluginOutlet @name="timeline-controls-before" @args={{hash model=@model}} />
<TopicAdminMenuButton <TopicAdminMenuButton
@topic={{@model}} @topic={{@model}}
@addKeyboardTargetClass={{true}} @addKeyboardTargetClass={{true}}
@ -138,6 +138,6 @@
<TopicAdminMenuButton @topic={{@model}} @addKeyboardTargetClass={{true}} @openUpwards={{true}} /> <TopicAdminMenuButton @topic={{@model}} @addKeyboardTargetClass={{true}} @openUpwards={{true}} />
{{/if}} {{/if}}
{{/if}} {{/if}}
<PluginOutlet @name="timeline-footer-controls-after" @tagName="span" @connectorTagName="span" @args={{hash model=@model}}/> <PluginOutlet @name="timeline-footer-controls-after" @args={{hash model=@model}}/>
</div> </div>
{{/if}} {{/if}}