mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-22 22:14:06 +02:00
enhance(frontend): MkDriveで自動でもっと見るを有効化 (#17037)
* enhance(frontend): MkDriveで自動でもっと見るを有効化 * Update Changelog
This commit is contained in:
@@ -16,7 +16,7 @@ export const appearDirective = {
|
||||
const fn = binding.value;
|
||||
if (fn == null) return;
|
||||
|
||||
const check = throttle<IntersectionObserverCallback>(1000, (entries) => {
|
||||
const check = throttle<IntersectionObserverCallback>(500, (entries) => {
|
||||
if (entries.some(entry => entry.isIntersecting)) {
|
||||
fn();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user