DEV: Add `after-composer-title-input` outlet (#23303)

This commit is contained in:
Keegan George 2023-08-29 09:14:05 -07:00 committed by GitHub
parent 2671de3f86
commit f753918cf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -8,4 +8,10 @@
@autocomplete="off"
/>
<PluginOutlet
@name="after-composer-title-input"
@connectorTagName="div"
@outletArgs={{hash composer=this.composer}}
/>
<PopupInputTip @validation={{this.validation}} />