nus-mtp / sashimi-note

A flexible and extensible document viewing and editing platform.
https://nus-mtp.github.io/sashimi-note/
MIT License
8 stars 1 forks source link

iframeBuilder execute indefinitely when exiting "Content" page #366

Closed amoshydra closed 7 years ago

amoshydra commented 7 years ago

Error message

iframeBuilder.js:62 Uncaught TypeError: Cannot read property 'document' of null
    at iframeBuilder.js:62
amoshydra commented 7 years ago

This error is caused by a premature termination of CSS loading (exiting Content page) without explicitly clearing the setInterval used for polling the CSS status.

This problem will be fixed by #367