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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user