From 9654fabc3c283d3cbf647566931d6e16c7f532fa Mon Sep 17 00:00:00 2001 From: Ajay Date: Tue, 22 Feb 2022 21:34:27 -0500 Subject: [PATCH] remove old todo --- src/js-components/previewBar.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/js-components/previewBar.ts b/src/js-components/previewBar.ts index 9de31e95..56c82895 100644 --- a/src/js-components/previewBar.ts +++ b/src/js-components/previewBar.ts @@ -390,8 +390,6 @@ class PreviewBar { const chapterBar = document.querySelector(".ytp-chapters-container:not(.sponsorBlockChapterBar)") as HTMLElement; if (!progressBar || !chapterBar) return; - // todo: Can this same mutation observer be reused to import chapters - // maybe not, looks like it has to be imported from the skipping to chapters page const observer = new MutationObserver((mutations) => { const changes: Record = {}; for (const mutation of mutations) {