From a968f35c4057493300b2eff17c99a76fb780ba0c Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Mon, 16 Jan 2023 01:24:09 +1100 Subject: Add settings for hiding event lines and baseline --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/App.vue') diff --git a/src/App.vue b/src/App.vue index fb9b0e9..b789d91 100644 --- a/src/App.vue +++ b/src/App.vue @@ -30,7 +30,7 @@ class="grow basis-full min-h-0 outline outline-1" @close="onTimelineClose(idx)" @state-chg="onTimelineChg($event, idx)" @event-display="onEventDisplay" @info-click="onInfoClick" @pointerenter="currentTimelineIdx = idx"/> - + -- cgit v1.2.3