Skip to content

Commit

Permalink
Fix project json export (theatre-js#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPrifer authored Nov 22, 2022
1 parent e3a194c commit ea22969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theatre/studio/src/panels/DetailPanel/ProjectDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const ProjectDetails: React.FC<{
setTimeout(() => {
URL.revokeObjectURL(objUrl)
}, 40000)
}, [])
}, [project, suggestedFileName])

const exportTooltip = usePopover(
{debugName: 'ProjectDetails', pointerDistanceThreshold: 50},
Expand Down

0 comments on commit ea22969

Please sign in to comment.