vue-json-pretty icon indicating copy to clipboard operation
vue-json-pretty copied to clipboard

Virtual scrolling jumps around for large text items

Open MiloradFilipovic opened this issue 8 months ago • 0 comments

Hey, I think there may be an issue with how scroll offset is calculated and applied in virtual scrolling when there are multi-line text values in JSON. Here's an example where the content jumps around while scrolling: https://github.com/user-attachments/assets/fa88830a-de70-4bc8-954b-48647d196f98

My best guess is that this is caused by using fixed item height when calculating transform values.

MiloradFilipovic avatar Mar 04 '25 16:03 MiloradFilipovic