We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ee85c commit 3a86354Copy full SHA for 3a86354
src/store.ts
@@ -243,7 +243,6 @@ export interface Actions {
243
projectFlushedToEditor(): void;
244
245
setDownload(state: DownloadState): void;
246
- // TODO: does the persistence slow this down? we could move it to another store
247
setDownloadFlashingProgress(value: number): void;
248
setSave(state: SaveState): void;
249
0 commit comments