Skip to content

Fix note polling when a window has been hidden

Robert Speicher requested to merge rs-fix-note-polling into master

refresh was called, refreshing was set to true, but then because document.hidden was true, getContent was never called, and refreshing never got reset to false, which stopped polling entirely until refresh.

Merge request reports