Skip to content

Commit 92d62c6

Browse files
cloudmarkbmartel
andauthored
fix: FIT-173: Follow up fix: Spectrogram initial render (#7762)
Co-authored-by: bmartel <[email protected]>
1 parent a5ae852 commit 92d62c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/libs/editor/src/lib/AudioUltra/Visual/Visualizer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ export class Visualizer extends Events<VisualizerEvents> {
253253
}
254254

255255
this.invoke("initialized", [this]);
256-
this.transferImage();
256+
setTimeout(() => this.draw(), 10);
257257
}
258258

259259
private setInitialZoom() {

0 commit comments

Comments
 (0)