Skip to content

Commit

Permalink
Core - Edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
smastrom committed Apr 7, 2024
1 parent 23d6d0a commit f338cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/notivue/core/createStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ export function createTimeouts(items: ItemsSlice, animations: AnimationsSlice) {
return {
...item,
timeout: this.create(item.id, item.remaining ?? item.duration),
resumedAt: Date.now(), // ...which corresponds to the duration itself when the stream is resumed
resumedAt: Date.now(), // ...which corresponds to the duration itself when the stream is resumed for the first time
}
})
},
Expand Down

0 comments on commit f338cba

Please sign in to comment.