Skip to content

Commit 6474c8e

Browse files
fix(message-input): DP-200077 disable text-align when rich-text is false (#1384)
1 parent ec0a47c commit 6474c8e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/dialtone-vue/recipes/conversation_view/message_input/message_input.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
:allow-codeblock="richText"
5555
:allow-italic="richText"
5656
:allow-strike="richText"
57+
:allow-text-align="richText"
5758
:allow-underline="richText"
5859
:paste-rich-text="richText"
5960
:editable="editable"

0 commit comments

Comments
 (0)