This commit is contained in:
tamaina 2022-05-08 20:53:25 +09:00
parent 31563c289e
commit a0bf73b01b

@ -82,7 +82,7 @@ let rootEl = $ref<HTMLElement>();
//
let backed = $ref(false);
let scrollRemove = ref<(() => void) | null>(null);
let scrollRemove = $ref<(() => void) | null>(null);
const items = ref<MisskeyEntity[]>([]);
const queue = ref<MisskeyEntity[]>([]);