mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-11 17:48:44 -05:00
chore: fix lint issue from gantt partial dates feature
This commit is contained in:
@@ -144,8 +144,6 @@ import {roundToNaturalDayBoundary} from '@/helpers/time/roundToNaturalDayBoundar
|
||||
|
||||
import GanttBarPrimitive from './primitives/GanttBarPrimitive.vue'
|
||||
|
||||
const {t} = useI18n({useScope: 'global'})
|
||||
|
||||
const props = defineProps<{
|
||||
bars: GanttBarModel[]
|
||||
totalWidth: number
|
||||
@@ -173,6 +171,8 @@ const emit = defineEmits<{
|
||||
(e: 'updateTask', id: string, newStart: Date, newEnd: Date): void
|
||||
}>()
|
||||
|
||||
const {t} = useI18n({useScope: 'global'})
|
||||
|
||||
const RESIZE_HANDLE_OFFSET = 3
|
||||
|
||||
function addDays(dateOrValue: Date | string | number, days: number): Date {
|
||||
|
||||
Reference in New Issue
Block a user