File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
src/components/Main/MainView/MessageInput Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 2929 v-model:is-left-controls-expanded =" isLeftControlsExpanded"
3030 v-model:is-preview-shown =" isPreviewShown"
3131 v-model:is-input-text-area-expanded =" isInputTextAreaExpanded"
32- :show-text-area-expand-button ="
33- showTextAreaExpandButton
34- "
32+ :show-text-area-expand-button =" showTextAreaExpandButton"
3533 :class =" $style.leftControls"
3634 @click-add-attachment =" addAttachment"
3735 />
3836 <message-input-text-area
3937 ref =" textareaComponentRef"
4038 v-model =" state.text"
41- v-model:show-text-area-expand-button ="
42- showTextAreaExpandButton
43- "
39+ v-model:show-text-area-expand-button =" showTextAreaExpandButton"
4440 :channel-id =" channelId"
4541 :is-posting =" isPosting"
4642 :shrink-to-one-line ="
You can’t perform that action at this time.
0 commit comments