Skip to content

Commit

Permalink
Redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed Sep 5, 2024
1 parent e04320f commit 6e6d144
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/video.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ function setupVideoMutationListener() {
if (!videoContainer) return;

if (videoMutationObserver) videoMutationObserver.disconnect();
// eslint-disable-next-line @typescript-eslint/no-misused-promises
videoMutationObserver = new MutationObserver(refreshVideoAttachments);
videoMutationListenerElement = videoContainer;

Expand Down

0 comments on commit 6e6d144

Please sign in to comment.