feat: compose form improvements (#13668)

This commit is contained in:
Sivin Varghese
2026-04-14 16:36:06 +05:30
committed by aakashb95
parent b1069d9624
commit cf1cfa6ca0
18 changed files with 354 additions and 73 deletions
@@ -1245,6 +1245,7 @@ export default {
:is-editor-disabled="isEditorDisabled"
:is-message-length-reaching-threshold="isMessageLengthReachingThreshold"
:characters-remaining="charactersRemaining"
:editor-content="message"
:popout-reply-box="popOutReplyBox"
@set-reply-mode="setReplyMode"
@toggle-popout="togglePopout"