Skip to content

Commit

Permalink
Merge pull request #176 from webduinoio/bug/7311
Browse files Browse the repository at this point in the history
Bug/7311
  • Loading branch information
shengyuan authored Oct 26, 2023
2 parents 9864028 + 0f987ce commit b264106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Fixed

- 平板編輯小助教標籤切換異常 [#7350](https://redmine.kingkit.codes/issues/7350)
- 問題輸入換行無效 [#7311](https://redmine.kingkit.codes/issues/7311)

### Changed

Expand Down
2 changes: 1 addition & 1 deletion src/views/StudyBuddyQAView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ mqtt.init((msg: string, isEnd: boolean) => {
</template>
</v-col>
<v-col style="padding: 12px 12px 3px 12px">
<div v-html="msg"></div>
<div v-html="msg.replaceAll('\n', '<br>')"></div>
</v-col>
</v-row>
</v-container>
Expand Down

0 comments on commit b264106

Please sign in to comment.