Skip to content

Commit

Permalink
fix: manual tick mode
Browse files Browse the repository at this point in the history
  • Loading branch information
da730 committed Feb 5, 2024
1 parent 7d2f1bc commit 51b5577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vmind/src/chart-to-video/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export async function _chatToVideoWasm(
if (frameArr && frameArr.length) {
spec.player && (spec.player.auto = false);
}
// defaultTicker.mode = 'manual';
defaultTicker.mode = 'manual';
spec.width = 720;
spec.height = 480;
const canvas = document.createElement('canvas');
Expand Down

0 comments on commit 51b5577

Please sign in to comment.