skanaar / nomnoml

The sassy UML diagram renderer
https://www.nomnoml.com
MIT License
2.7k stars 209 forks source link

Web page buttons not working #112

Closed ronkok closed 5 years ago

ronkok commented 5 years ago

All the buttons in the top right hand corner of the http://nomnoml.com/ web page are not working. The console is logging messages like

Uncaught TypeError: Cannot read property 'length' of undefined
    at reloadStorage (webapp.js:1)
    at new App (webapp.js:1)
    at (index):506

or

Uncaught TypeError: Cannot read property 'toggleSidebar' of undefined
    at HTMLAnchorElement.onclick
skanaar commented 5 years ago

Thanks for reporting.

I cannot reproduce this bug, but I have now deployed a fix for a potential root cause.

The introduction of multiple local files required a large refactoring, which probably introduced this issue.

ronkok commented 5 years ago

That fixed the problem. Thank you!.