1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:05:55 +00:00

* shorten_expanded: use ResizeObserver (DUH)

* add HOOK_HEADLINES_RENDERED
This commit is contained in:
Andrew Dolgov
2021-03-11 22:55:14 +03:00
parent 6e0474a7c8
commit 146b1e0feb
3 changed files with 15 additions and 28 deletions

View File

@@ -19,6 +19,7 @@ const PluginHost = {
HOOK_COUNTERS_PROCESSED: 14,
HOOK_HEADLINE_MUTATIONS: 15,
HOOK_HEADLINE_MUTATIONS_SYNCED: 16,
HOOK_HEADLINES_RENDERED: 17,
hooks: [],
register: function (name, callback) {
if (typeof(this.hooks[name]) == 'undefined')