Comment cleanups.
This commit is contained in:
@@ -2,7 +2,6 @@ import {
|
|||||||
add,
|
add,
|
||||||
differenceInSeconds,
|
differenceInSeconds,
|
||||||
endOfHour,
|
endOfHour,
|
||||||
format,
|
|
||||||
fromUnixTime,
|
fromUnixTime,
|
||||||
getUnixTime,
|
getUnixTime,
|
||||||
startOfHour,
|
startOfHour,
|
||||||
|
|||||||
@@ -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 { CSSResultGroup, html, LitElement, TemplateResult, unsafeCSS } from 'lit';
|
||||||
import { customElement, property } from 'lit/decorators.js';
|
import { customElement, property } from 'lit/decorators.js';
|
||||||
import timelineStyle from '../scss/timeline.scss';
|
import timelineStyle from '../scss/timeline.scss';
|
||||||
|
|||||||
Reference in New Issue
Block a user