RakuyoKit / JSONPreview

🎨 A view that previews JSON in highlighted form, it also provides the ability to format and collapse nodes.
MIT License
68 stars 13 forks source link

Wrap mode switch #22

Closed rakuyoMo closed 6 months ago

rakuyoMo commented 6 months ago

Added

Changed

sjustfly commented 6 months ago

@rakuyoMo But I encountered a problem where, when the JSON is very long, and I scroll to the bottom and collapse it, the top part goes missing.

rakuyoMo commented 6 months ago

@rakuyoMo But I encountered a problem where, when the JSON is very long, and I scroll to the bottom and collapse it, the top part goes missing. aaa.json

This may be an issue, I'm starting to investigate now. However, please confirm whether the json contains sensitive information. I am worried that it will cause trouble to you if you publish it publicly.

sjustfly commented 6 months ago

This is actually a regular JSON without any sensitive information.

rakuyoMo commented 6 months ago

@sjustfly This is an issue. I have reproduced it. It has nothing to do with your json. The json in the example will also trigger this problem. I think you'd better create a new issue separately

rakuyoMo commented 6 months ago

@sjustfly fixed by #23