mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 07:15:55 +00:00
call Headlines.scrollhandler() on window resize
This commit is contained in:
@@ -213,6 +213,8 @@ define(["dojo/_base/declare"], function (declare) {
|
|||||||
App.setLoadingProgress(50);
|
App.setLoadingProgress(50);
|
||||||
|
|
||||||
document.onkeydown = (event) => { return App.hotkeyHandler(event) };
|
document.onkeydown = (event) => { return App.hotkeyHandler(event) };
|
||||||
|
window.onresize = () => { Headlines.scrollHandler(); }
|
||||||
|
|
||||||
window.setInterval(() => { Headlines.catchupBatched() }, 10 * 1000);
|
window.setInterval(() => { Headlines.catchupBatched() }, 10 * 1000);
|
||||||
|
|
||||||
if (!this.getActive()) {
|
if (!this.getActive()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user