imzbf / md-editor-v3

Markdown editor for vue3, developed in jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...
https://imzbf.github.io/md-editor-v3
MIT License
1.51k stars 145 forks source link

编辑器内部标题锚点点击异常 #648

Closed bintheext closed 3 weeks ago

bintheext commented 3 weeks ago

描述这个Bug

官网示例可以复现: 点击目录正常跳转并滚动;点击编辑器内部预览标题,编辑区域滚动异常,并且编辑器外部会向上滚动-浏览器会出现外部滚动条(浏览器高度变化了)

https://github.com/user-attachments/assets/50411e4c-5546-46f2-a856-a9635e0509b8

版本号

4.19.1

问题重现链接

谷歌、火狐浏览器都可以复现 https://imzbf.github.io/md-editor-v3/zh-CN/index

imzbf commented 3 weeks ago

文档为了演示能够标题作为瞄点,点击标题会给路径加上hash,和vue的路由模块有点冲突。如果你需要类似的功能,自行处理一下就可以,这不是编辑器的问题