DEV: Add `after-composer-title-input` outlet (#23303)
This commit is contained in:
parent
2671de3f86
commit
f753918cf5
|
@ -8,4 +8,10 @@
|
|||
@autocomplete="off"
|
||||
/>
|
||||
|
||||
<PluginOutlet
|
||||
@name="after-composer-title-input"
|
||||
@connectorTagName="div"
|
||||
@outletArgs={{hash composer=this.composer}}
|
||||
/>
|
||||
|
||||
<PopupInputTip @validation={{this.validation}} />
|
Loading…
Reference in New Issue