Marc Veens
Marc Veens
I wrote some basic types which I published using the DefinitelyTyped repo, take a look: https://www.npmjs.com/package/@types/react-gtm-module
What does SHM mean? Okay I understand, it's no problem that it won't be showing as a soundbar, but I'd really like to turn it off and on, and switch...
I'd like to help with this one. Do you know if anyone else already made a start?
I also did some investigation but unfortunately I can't find a way to do this programatically. Everything is rendered in an iframe so we can't access that, and I can't...
Hi both, If you have a look at the console when opening https://marcveens.github.io/react-drawio/?path=/story/components-drawioembed--export-data-svg for example, you see that the `onExport` callback also returns the XML already. Does that help?
Hi @subhanshu-shukla-ril, Can you share what the iframe looks like that's loaded after using this library? Does it point to the correct URL? I haven't used a hosted version of...
Hi @subhanshu-shukla-ril , There was an issue with loading another baseUrl into the react-drawio library, which I think is fixed now. Could you have a look and see if it...
Unfortunately Draw.io doesn't send any information about why an autosave was triggered. Can you maybe make use of the `onMerge` callback on the component? That only triggers when a merge...
Hi @membla, As far as I can see, draw.io doesn't support a thing like this. I think it would be best to trigger `drawioRef.current.exportDiagram` with the necessary arguments when `onSave`...