Skip to content
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

fix(edgeless): fix copyAsPng not work #5062

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Conversation

zqran
Copy link
Sponsor Member

@zqran zqran commented Oct 19, 2023

No description provided.

@vercel
Copy link

vercel bot commented Oct 19, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
blocksuite ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 19, 2023 7:37am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
blocksuite-docs ⬜️ Ignored (Inspect) Visit Preview Oct 19, 2023 7:37am

@@ -178,7 +178,7 @@ export class EdgelessClipboardController implements ReactiveController {
return;
}

const json = await this.std.clipboard.readFromClipboard(data);
const json = this.std.clipboard.readFromClipboard(data);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why remove the await here?

Copy link
Sponsor Member Author

@zqran zqran Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@doodlewind doodlewind merged commit 5d2b0b8 into master Oct 19, 2023
20 checks passed
@doodlewind doodlewind deleted the 1019-edgeless-clipboard branch October 19, 2023 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants