mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:55:55 +00:00
use window.requestIdleCallback to sync observed modifications
This commit is contained in:
@@ -38,7 +38,9 @@ define(["dojo/_base/declare"], function (declare) {
|
||||
Headlines.updateSelectedPrompt();
|
||||
Headlines.updateFloatingTitle(true);
|
||||
|
||||
window.requestIdleCallback(() => {
|
||||
Headlines.syncModified(modified);
|
||||
});
|
||||
}),
|
||||
syncModified: function(modified) {
|
||||
const ops = {
|
||||
|
||||
Reference in New Issue
Block a user