Skip to content

Commit

Permalink
feat: set sto time to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
neuqzxy committed Jun 17, 2024
1 parent 8549dbf commit b74647f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vstory/demo/src/demos/Playground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@ export function Player(props: IPlayerPropsType) {
export const Playground = () => {
const [code, setCode] = useState(defaultCode);
const stoRef = useRef<NodeJS.Timeout>();
const time = 2000;
const time = 1000;

const handleChangeCode = useCallback((code: string) => {
if (stoRef.current) {
Expand Down

0 comments on commit b74647f

Please sign in to comment.