mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 12:23:51 +00:00
feat: time to next flag
This commit is contained in:
@@ -51,6 +51,7 @@ export class EventTimer {
|
||||
}
|
||||
}
|
||||
|
||||
// register a callback for the scheduled end
|
||||
const endTime = state.timer.current - timerConfig.triggerAhead;
|
||||
this.endCallback = setTimeout(() => this.update(), endTime);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user