Update MultiplayerMenu.tsx (#719)

This commit is contained in:
Steve Ruiz 2022-06-15 13:34:53 +01:00 committed by GitHub
parent 8419d7d227
commit f8e2ba5b3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ export const MultiplayerMenu = React.memo(function MultiplayerMenu() {
}, []) }, [])
const handleCopyToMultiplayerProject = React.useCallback(async () => { const handleCopyToMultiplayerProject = React.useCallback(async () => {
const nextDocument = { ...app.document } const nextDocument = Utils.deepClone(app.document)
app.setIsLoading(true) app.setIsLoading(true)