executeQueue after visible

This commit is contained in:
tamaina 2023-07-18 13:11:42 +00:00
parent 94f9ebc80c
commit 7e06305b96

View file

@ -429,6 +429,12 @@ onDeactivated(() => {
active.value = false;
});
watch(visibility, () => {
if (active.value && visibility.value === 'visible') {
executeQueue();
}
});
/**
* 最新のものとして1つだけアイテムを追加する
* ストリーミングから降ってきたアイテムはこれで追加する