Simon-He95/vue-markdown-renderer

MakdownCodeBlock

Closed this issue · 0 comments

Description

Currently, if the content in markdown is in non-expanded mode, the scroll bar should automatically scroll to the bottom if it appears, unless the user scrolls up to interrupt it. Then, if the user interrupts the update process and scrolls to the bottom again, the logic of scrolling to the bottom needs to be maintained.

Suggested solution

Currently, if the content in markdown is in non-expanded mode, the scroll bar should automatically scroll to the bottom if it appears, unless the user scrolls up to interrupt it. Then, if the user interrupts the update process and scrolls to the bottom again, the logic of scrolling to the bottom needs to be maintained.

Alternative

No response

Additional context

No response