1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 01:25:56 +00:00

add HOOK_HEADLINES_SCROLL_HANDLER

This commit is contained in:
Andrew Dolgov
2021-03-12 12:29:26 +03:00
parent e85cba5958
commit efde6d36c7
2 changed files with 4 additions and 0 deletions

View File

@@ -382,6 +382,9 @@ const Headlines = {
}
}
}
PluginHost.run(PluginHost.HOOK_HEADLINES_SCROLL_HANDLER);
} catch (e) {
console.warn("scrollHandler", e);
}