silx-kit / h5web

React components for data visualization and exploration
https://h5web.panosc.eu/
MIT License
183 stars 18 forks source link

Preserve GL buffer to fix "save image as" #1460

Closed axelboc closed 1 year ago

axelboc commented 1 year ago

Fix #1453. I was able to trace this regression back to the extraction of the R3FCanvas component in #1303. The gl prop got dropped and we didn't notice it. Thanks for the report @LogWell!