diff --git a/static/player/skip/editor.ts b/static/player/skip/editor.ts index 3fac222..a827b9c 100644 --- a/static/player/skip/editor.ts +++ b/static/player/skip/editor.ts @@ -18,7 +18,6 @@ export const setupSegmentEditor = (): void => { const closeBtn = qs(panel, '[data-segment-editor-close]'); const typeValue = qs(panel, '[data-segment-type-value]'); const typeLabel = qs(panel, '[data-segment-type-label]'); - const typeTrigger = qs(panel, '[data-segment-type-trigger]'); const markStartBtn = qs(panel, '[data-segment-mark-start]'); const markEndBtn = qs(panel, '[data-segment-mark-end]'); const startLabel = qs(panel, '[data-segment-start]');