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

Need to await presenter not updateInkTrailStartPoint #37116

Closed
jakeg opened this issue Dec 6, 2024 · 0 comments · Fixed by #37175
Closed

Need to await presenter not updateInkTrailStartPoint #37116

jakeg opened this issue Dec 6, 2024 · 0 comments · Fixed by #37175
Labels
Content:WebAPI Web API docs good first issue A good issue for newcomers to get started with.

Comments

@jakeg
Copy link

jakeg commented Dec 6, 2024

MDN URL

https://developer.mozilla.org/en-US/docs/Web/API/Ink_API

What specific section or headline is this issue about?

No response

What information was incorrect, unhelpful, or incomplete?

Code is incorrect.

await presenter.updateInkTrailStartPoint(evt, style);

should become

(await presenter).updateInkTrailStartPoint(evt, style);

... or await presenter earlier.

What did you expect to see?

It working

Do you have any supporting links, references, or citations?

No response

Do you have anything more you want to share?

No response

MDN metadata

Page report details
@jakeg jakeg added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Dec 6, 2024
@github-actions github-actions bot added the Content:WebAPI Web API docs label Dec 6, 2024
@Josh-Cena Josh-Cena added good first issue A good issue for newcomers to get started with. and removed needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:WebAPI Web API docs good first issue A good issue for newcomers to get started with.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants