• Robert Speicher's avatar
    Fix note polling when a window has been hidden · e20aa458
    Robert Speicher authored
    `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.
    e20aa458
notes.js.coffee 19.9 KB