style: clarify OSC triggers

- show path for goto
- show path for gotoid
This commit is contained in:
cv
2021-05-25 22:35:38 +02:00
parent 8f754587fa
commit 447fede0ff
3 changed files with 21 additions and 5 deletions
@@ -18,6 +18,7 @@ const EventListItem = (props) => {
const {
type,
index,
eventIndex,
data,
selected,
next,
@@ -71,6 +72,7 @@ const EventListItem = (props) => {
return (
<EventBlock
index={index}
eventIndex={eventIndex}
data={data}
selected={selected}
next={next}