marcveens / react-drawio

React component for integrating the Diagrams (draw.io) embed iframe
MIT License
43 stars 8 forks source link

Unable to disable 'Save & Exit' button #16

Closed puru1761 closed 6 months ago

puru1761 commented 6 months ago

Hi Marc,

I am attempting to disable the save and exit button (and all other buttons). Per your documentation this can be achieved by setting:

<DrawIoEmbed
  urlParameters={{
    noExitBtn: true,
    noSaveBtn: true,
    saveAndExit: false,
  }}
/>

However, on doing this, I still see the save & exit button:

image

Is this a bug, and if so, could you please consider fixing it when you get the time?

Thanks, Puru

marcveens commented 6 months ago

Thanks for reporting this issue. It's fixed in version 0.1.5 which is released just now