josdejong / svelte-jsoneditor

A web-based tool to view, edit, format, repair, query, transform, and validate JSON
https://jsoneditoronline.org
Other
818 stars 108 forks source link

Serial number overlap #277

Closed RQsky closed 1 year ago

RQsky commented 1 year ago
image

When the editor is in a modal, open the modal, close it, and reopen it, the serial number overlap will occur. What is the problem and is there any solution

josdejong commented 1 year ago

I think this is a duplicate of #234.

The editor is initially rendered with zero height, resulting in wrongly rendered line numbers. Solution is to call editor.refresh() after the editor is rendered with the correct height.