fuse-open / fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://npmjs.com/package/@fuse-open/fuselibs
MIT License
176 stars 72 forks source link

Fuse.Charting: early-out on attempts to access a disposed object. #1322

Closed mortend closed 4 years ago

mortend commented 4 years ago

This happens quite frequently in a user app and we don't want this to cause a fatal crash, nor spam the log with error messages. The app seems to work fine if we simply early-out here instead.

This PR contains: