BuptStEve / vuepress-plugin-demo-code

📝 Demo and code plugin for vuepress
https://buptsteve.github.io/vuepress-plugin-demo-code/
MIT License
125 stars 28 forks source link

bug: 滚动位置错误 #39

Closed pengzhen-developer closed 3 years ago

pengzhen-developer commented 3 years ago

版本 Version 0.6.0

描述一下 bug 展开 code,收缩 code,滚动条位置不对

是否考虑删除

// DemoAndCode.vue
window.scrollTo({ top: this.scrollTop, behavior: 'smooth' })
BuptStEve commented 3 years ago

来个图?

pengzhen-developer commented 3 years ago

来个图?

官方 demo 可以复现,应该是个 feature,但是交互上稍微感觉有点奇怪。

展开代码: image 收缩代码: image

BuptStEve commented 3 years ago

来个图?

官方 demo 可以复现,应该是个 feature,但是交互上稍微感觉有点奇怪。

展开代码: image 收缩代码: image

哦这个确实是个 feature... 还有优化空间就是了...