diff --git a/src/views/preview/project-view.jsx b/src/views/preview/project-view.jsx index 13f06ac4b..af06269c8 100644 --- a/src/views/preview/project-view.jsx +++ b/src/views/preview/project-view.jsx @@ -840,43 +840,43 @@ class Preview extends React.Component { {showGUI && ()} + assetHost={this.props.assetHost} + authorId={this.props.authorId} + authorThumbnailUrl={this.props.authorThumbnailUrl} + authorUsername={this.props.authorUsername} + backpackHost={this.props.backpackHost} + backpackVisible={this.props.canUseBackpack} + basePath="/" + canCreateCopy={this.props.canCreateCopy} + canCreateNew={this.props.canCreateNew} + canEditTitle={this.props.canEditTitleInEditor} + canRemix={this.props.canRemix} + canSave={this.props.canSave} + canShare={this.props.canShare} + className="gui" + cloudHost={this.props.cloudHost} + enableCommunity={this.props.enableCommunity} + hasCloudPermission={this.props.isScratcher} + isShared={this.props.isShared} + projectHost={this.props.projectHost} + projectToken={this.props.projectInfo.project_token} + projectId={this.state.projectId} + projectTitle={this.props.projectInfo.title} + renderLogin={this.renderLogin} + onClickLogo={this.handleClickLogo} + onGreenFlag={this.handleGreenFlag} + onLogOut={this.props.handleLogOut} + onOpenRegistration={this.props.handleOpenRegistration} + onProjectLoaded={this.handleProjectLoaded} + onRemixing={this.handleIsRemixing} + onSetLanguage={this.handleSetLanguage} + onShare={this.handleShare} + onToggleLoginOpen={this.props.handleToggleLoginOpen} + onUpdateProjectData={this.handleUpdateProjectData} + onUpdateProjectId={this.handleUpdateProjectId} + onUpdateProjectThumbnail={this.props.handleUpdateProjectThumbnail} + onUpdateProjectTitle={this.handleUpdateProjectTitle} + />)} {this.props.registrationOpen && ( this.props.useScratch3Registration ? (