Remove old TODO.

This commit is contained in:
Dermot Duffy
2023-01-30 21:24:59 -08:00
parent d27b9d9520
commit c898f038bd
+4 -2
View File
@@ -78,8 +78,10 @@ export class View {
// When in the live view, the queryResults contain the events that
// happened in the past -- not reflective of the actual live media viewer
// the user is seeing.
// TODO: Put stuff here that can be used in timeline reset code
(curr.view !== 'live' && (prev.queryResults !== curr.queryResults || prev.queryResults?.getSelectedResult() !== curr.queryResults?.getSelectedResult()))
(curr.view !== 'live' &&
(prev.queryResults !== curr.queryResults ||
prev.queryResults?.getSelectedResult() !==
curr.queryResults?.getSelectedResult()))
);
}