Merge branch 'pag-back' into noman

This commit is contained in:
tamaina 2023-07-28 15:58:11 +00:00
commit 33c3583115
1 changed files with 4 additions and 1 deletions

View File

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