Skip to content

Fix Missing WebGL Message #4777

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

Merged
merged 2 commits into from
Apr 20, 2020
Merged

Fix Missing WebGL Message #4777

merged 2 commits into from
Apr 20, 2020

Conversation

mafar
Copy link
Contributor

@mafar mafar commented Apr 20, 2020

Fix for #4765
Becuase d.regl = createRegl () returns null if webGL is not enabled ,
there fore if(!d.regl) success = false; fixes issue

Thanks for your interest in plotly.js!

Fix for #4765
Becuase ```d.regl = createRegl ()``` returns null if webGL is not enabled ,
there fore ``` if(!d.regl) success = false;``` fixes issue
@archmoj
Copy link
Contributor

archmoj commented Apr 20, 2020

@mafar
Thanks for the PR. Could you please fix the syntax?
https://circleci.com/gh/plotly/plotly.js/75506

@archmoj archmoj added status: reviewable bug something broken labels Apr 20, 2020
@archmoj
Copy link
Contributor

archmoj commented Apr 20, 2020

Nicely done.
💃

@archmoj archmoj merged commit ffd1255 into plotly:master Apr 20, 2020
@archmoj archmoj added this to the v1.54.0 milestone Apr 22, 2020
@archmoj archmoj changed the title Fix Missing WebGL Message #4765 Fix Missing WebGL Message Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants