Skip to content
Snippets Groups Projects
Commit 27f75cf4 authored by Jacob Schatz's avatar Jacob Schatz
Browse files

Merge branch 'rs-fix-note-polling' into 'master'

Fix note polling when a window has been hidden

`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.

See merge request !4635
parents 5ac17fb2 e20aa458
No related branches found
No related tags found
Loading
Pipeline #
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment