Skip to content

Commit

Permalink
fix: autoplay shared link
Browse files Browse the repository at this point in the history
  • Loading branch information
CatsJuice committed Jul 21, 2023
1 parent f555dbd commit 82f208f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/SvgCanvas.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ useEventListener('mouseup', onMouseup)
useEventListener('touchmove', onTouchMove)
useEventListener('touchend', onTouchEnd)
if (props.initialLines?.length)
submitSvg()
defineExpose({
getSvg,
onClear,
Expand Down

0 comments on commit 82f208f

Please sign in to comment.