Compare commits

...

2 Commits

Author SHA1 Message Date
tamaina 7fc2309822 fix comment 2023-07-28 15:58:00 +00:00
tamaina d92fe0803c fix 2023-07-28 15:57:34 +00:00
1 changed files with 4 additions and 1 deletions

View File

@ -535,7 +535,10 @@ function concatItems(oldItems: MisskeyEntity[]) {
} }
async function executeQueue() { async function executeQueue() {
if (queue.value.size === 0) return; //
//
// if (queue.value.size === 0) return;
if (isPausingUpdateByExecutingQueue.value) return; if (isPausingUpdateByExecutingQueue.value) return;
if (timelineBackTopBehavior.value === 'newest') { if (timelineBackTopBehavior.value === 'newest') {
// Safari // Safari