From 038622b5cfbb520de71ee7d6a6bcd08e62d517f7 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Tue, 19 May 2026 11:03:33 +0200 Subject: [PATCH] chore: remove unused typeTrigger variable --- static/player/skip/editor.ts | 1 - 1 file changed, 1 deletion(-) 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]');