Yqnn / svg-path-editor

Online editor to create and manipulate SVG paths
https://yqnn.github.io/svg-path-editor/
Apache License 2.0
4.11k stars 335 forks source link

File folder viewer does not only displays 7 saved paths #113

Closed ryankuykendall closed 1 year ago

ryankuykendall commented 1 year ago
image

When a user saves more than seven paths, they are unable to scroll through all of their saved paths in the file folder modal. Screenshot attached showing modal as well as nine objects in local storage.

kuubeu commented 1 year ago

Works for me:

proof it works

Can you check what the last 2 entries (8 & 9) in your DB are?

ryankuykendall commented 1 year ago

Weird. 8 & 9 from the original screen shot could not be scrolled into view. But when I try to repro after adding additional saved paths (up to ten it works.) Now I can't get it to repro.

The 8 & 9 entries had the four fields:

I'll close this since I don't have repro steps to get it back into the state I was seeing. Thanks!