Comment cleanups.

This commit is contained in:
Dermot Duffy
2022-09-25 13:44:54 -07:00
parent e9e5d81c6c
commit 2f34d6e7fa
2 changed files with 0 additions and 4 deletions
-3
View File
@@ -1,6 +1,3 @@
// TODO: When a media viewer is first loaded the selected child won't work (because the underlying carousel has not yet rendered)
// TODO: time on recording != time on timeline in media viewer after scrolling around
import { CSSResultGroup, html, LitElement, TemplateResult, unsafeCSS } from 'lit';
import { customElement, property } from 'lit/decorators.js';
import timelineStyle from '../scss/timeline.scss';