✌️
This commit is contained in:
parent
72ae8441e1
commit
e8316dc4c4
1 changed files with 1 additions and 2 deletions
|
@ -96,7 +96,6 @@ function concatMapWithArray(map: MisskeyEntityMap, entities: MisskeyEntity[]): M
|
||||||
|
|
||||||
const ua = new UAParser(navigator.userAgent);
|
const ua = new UAParser(navigator.userAgent);
|
||||||
const isWebKit = ua.getEngine().name === 'WebKit';
|
const isWebKit = ua.getEngine().name === 'WebKit';
|
||||||
console.log('isWebKit', isWebKit);
|
|
||||||
</script>
|
</script>
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { infoImageUrl } from '@/instance';
|
import { infoImageUrl } from '@/instance';
|
||||||
|
@ -200,7 +199,7 @@ watch([$$(rootEl), $$(scrollObserver)], () => {
|
||||||
* weakBackedがtrue→falseになったらexecuteQueue
|
* weakBackedがtrue→falseになったらexecuteQueue
|
||||||
*/
|
*/
|
||||||
watch($$(weakBacked), () => {
|
watch($$(weakBacked), () => {
|
||||||
if (!weakBacked) {
|
if (!isWebKit && !weakBacked) {
|
||||||
executeQueue();
|
executeQueue();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue