Skip to content

Commit 06afc87

Browse files
committed
stray 8000 where we meant 800
1 parent fa5d639 commit 06afc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/registries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export class EnhancerRegistry {
9191
}, 400)
9292
setTimeout(() => {
9393
overtype.updatePreview()
94-
}, 8000)
94+
}, 800)
9595
}
9696

9797
getEnhancerCount(): number {

0 commit comments

Comments
 (0)