CodePadApp / codepad-issues

Issue tracker for CodePad
https://codepad.app
4 stars 0 forks source link

When you upload an image and click on a file, the code sometimes doesn't display. #2

Closed Bongs237 closed 2 years ago

stevenwhiz commented 2 years ago

This issue still happens and need further investigation. It doesn't appear to be that difficult for it to happen.

ethan-vanderheijden commented 2 years ago

After a file is uploaded, a new jstree node is created for it. This bug was likely due to some problem with creating that node. I have rewritten the code that creates new jstree nodes for each uploaded file and have not noticed the issue.