Fix project json export (#344)

This commit is contained in:
Andrew Prifer 2022-11-22 16:53:49 +01:00 committed by GitHub
parent e3a194c7dd
commit ea229695e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ const ProjectDetails: React.FC<{
setTimeout(() => {
URL.revokeObjectURL(objUrl)
}, 40000)
}, [])
}, [project, suggestedFileName])
const exportTooltip = usePopover(
{debugName: 'ProjectDetails', pointerDistanceThreshold: 50},