clean up: single line comment

This commit is contained in:
tamaina 2022-05-08 20:27:50 +09:00
parent 1cf01679c5
commit ce4f9679a3

View File

@ -79,9 +79,7 @@ const emit = defineEmits<{
let rootEl = $ref<HTMLElement>();
/*
* 遡り中かどうか
*/
//
let backed = $ref(false);
let scrollRemove = ref<(() => void) | null>(null);