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(finalize): call embed finalize instead of view #421

Merged
merged 6 commits into from
Aug 27, 2021

Conversation

pelikhan
Copy link
Contributor

@pelikhan pelikhan commented Aug 6, 2021

Fix for #383

@netlify
Copy link

netlify bot commented Aug 6, 2021

✔️ Deploy Preview for react-vega ready!

🔨 Explore the source changes: 841d7b6

🔍 Inspect the deploy log: https://app.netlify.com/sites/react-vega/deploys/6120ec691023e300082a3712

😎 Browse the preview: https://deploy-preview-421--react-vega.netlify.app

if (view) {
action(view);
if (this.resultPromise) {
this.resultPromise
Copy link
Member

Choose a reason for hiding this comment

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

At some point, we should rewrite this to use a sync/await but that's out of scope for this pull request.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i tried to keep the diff to a minimum set of changes

@domoritz
Copy link
Member

domoritz commented Aug 6, 2021

@kristw can you review this?

@domoritz
Copy link
Member

@kristw could you take a look and merge this?

@kristw kristw merged commit 20efe38 into vega:master Aug 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants