docusealco / docuseal

Open source DocuSign alternative. Create, fill, and sign digital documents ✍️
https://www.docuseal.co
GNU Affero General Public License v3.0
5.61k stars 372 forks source link

Removing a party from a template causes navigation to home page #191

Closed jaredtbates closed 5 months ago

jaredtbates commented 5 months ago

Hi, I'm using the DocuSeal builder JS with a pretty standard Angular SPA. However, I've noticed when I click the trash can to delete, or the re-order button, it causes the page to reload and navigate back to the home page.

image

From what I can tell, it's because those buttons have <a href="#"> on them but I'm not positive. Could you look into this? Thank you!

omohokcoj commented 5 months ago

@jaredtbates thanks for reporting this - it has been fixed in the Cloud Embedded JS. You might need to disable cache via dev console to get the new JS.

jaredtbates commented 5 months ago

@omohokcoj thanks so much! working great now