Skip to content

Commit 394573a

Browse files
committed
npm run format
1 parent 1786d06 commit 394573a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/components/Main/MainView/MessageInput/MessageInput.vue

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,14 @@
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="

0 commit comments

Comments
 (0)