✌️
This commit is contained in:
		| @@ -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(); | ||||||
| 	} | 	} | ||||||
| }); | }); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 tamaina
					tamaina