Make mini timelines editable.

This commit is contained in:
Dermot Duffy
2022-09-25 09:12:36 -07:00
parent 5ec3cbac54
commit 69ca622284
5 changed files with 136 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// TODO: When a media viewer is first loaded the selected child won't work (because the underlying carousel has not yet rendered)
// TODO: Make minitimeline configurable in the editor
// 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';