Update MkTimeline.vue

This commit is contained in:
syuilo 2025-05-02 20:28:13 +09:00
parent 894ddd4aa5
commit 85679b33b6
1 changed files with 0 additions and 3 deletions

View File

@ -91,9 +91,6 @@ const props = withDefaults(defineProps<{
onlyFiles: false, onlyFiles: false,
}); });
const emit = defineEmits<{
}>();
provide('inTimeline', true); provide('inTimeline', true);
provide('tl_withSensitive', computed(() => props.withSensitive)); provide('tl_withSensitive', computed(() => props.withSensitive));
provide('inChannel', computed(() => props.src === 'channel')); provide('inChannel', computed(() => props.src === 'channel'));