-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project publish #988
Project publish #988
Conversation
Skipping CI for Draft Pull Request. |
510d812
to
69b4f60
Compare
spx-gui/src/models/project/index.ts
Outdated
@@ -522,6 +551,9 @@ export class Project extends Disposable { | |||
{ immediate: true } | |||
) | |||
) | |||
|
|||
// new created project has no thumbnail, do save to cloud to generate thumbnail | |||
if (this.thumbnail === '') this.saveToCloud() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里是合适的加这个逻辑的地方吗?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
感觉加在这里不太合适,相比之下放到 startEditing
里可能更合适些
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK,我来挪一下
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done b0f792d
This PR has been deployed to the preview environment. You can explore it using the preview URL. Warning Please note that deployments in the preview environment are temporary and will be automatically cleaned up after a certain period. Make sure to explore it before it is removed. For any questions, contact the Go+ Builder team. |
RunnerContainer