1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 01:25:56 +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

@@ -436,6 +436,7 @@ const Headlines = {
dijit.byId('main').resize();
PluginHost.run(PluginHost.HOOK_HEADLINES_RENDERED);
},
render: function (headlines, hl) {
let row = null;
@@ -832,6 +833,8 @@ const Headlines = {
dijit.byId('main').resize();
PluginHost.run(PluginHost.HOOK_HEADLINES_RENDERED);
Notify.close();
},
reverse: function () {