executeQueue after visible
This commit is contained in:
parent
94f9ebc80c
commit
7e06305b96
1 changed files with 6 additions and 0 deletions
|
@ -429,6 +429,12 @@ onDeactivated(() => {
|
|||
active.value = false;
|
||||
});
|
||||
|
||||
watch(visibility, () => {
|
||||
if (active.value && visibility.value === 'visible') {
|
||||
executeQueue();
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
* 最新のものとして1つだけアイテムを追加する
|
||||
* ストリーミングから降ってきたアイテムはこれで追加する
|
||||
|
|
Loading…
Reference in a new issue