From a96fa2c3e331e28837cf0b5a7734fbb5ab4fadf0 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Tue, 27 Dec 2022 21:14:35 +1100 Subject: Avoid dashed event-line at scales at/above event-start precision --- src/components/TimeLine.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/components') diff --git a/src/components/TimeLine.vue b/src/components/TimeLine.vue index 009abd8..30d5404 100644 --- a/src/components/TimeLine.vue +++ b/src/components/TimeLine.vue @@ -36,10 +36,10 @@ - +
@@ -66,8 +66,8 @@ import IconButton from './IconButton.vue'; // Icons import CloseIcon from './icon/CloseIcon.vue'; // Other -import {WRITING_MODE_HORZ, MIN_DATE, MAX_DATE, MONTH_SCALE, DAY_SCALE, SCALES, - MIN_CAL_YEAR, HistDate, CalDate, stepDate, getScaleRatio, getNumSubUnits, getUnitDiff, getDaysInMonth, +import {WRITING_MODE_HORZ, MIN_DATE, MAX_DATE, MONTH_SCALE, DAY_SCALE, SCALES, MIN_CAL_YEAR, + getDaysInMonth, HistDate, CalDate, stepDate, getScaleRatio, getNumSubUnits, getUnitDiff, getEventPrecision, moduloPositive, TimelineState, HistEvent, getImagePath} from '../lib'; import {useStore} from '../store'; import {RBTree} from '../rbtree'; -- cgit v1.2.3