remove comments

This commit is contained in:
arc-alex
2025-04-02 11:40:31 +02:00
parent 05e3c8a9f8
commit 9feec76858
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -182,10 +182,7 @@ export function load(
rundown: OntimeRundown,
initialData?: Partial<TimerState & RestorePoint>,
): boolean {
// we need to persist the current block state across loads
// const prevCurrentBlock = { ...runtimeState.currentBlock };
softClear();
// runtimeState.currentBlock = prevCurrentBlock;
// filter rundown
const timedEvents = filterTimedEvents(rundown);
@@ -4,7 +4,7 @@ import { OffsetMode } from './Runtime.type.js';
import type { RuntimeStore } from './RuntimeStore.type.js';
import { TimerPhase } from './TimerState.type.js';
export const runtimeStorePlaceholder: RuntimeStore = {
export const runtimeStorePlaceholder: Readonly<RuntimeStore> = {
clock: 0,
timer: {
addedTime: 0,