interval / interval-node

The official Interval SDK for Node.
https://interval.com/docs
121 stars 13 forks source link

How to get rid of `beforeunload` confirmation dialog? #28

Closed Janiczek closed 1 year ago

Janiczek commented 1 year ago

We're getting a confirmation dialog when closing an action browser tab. It would be nice to be able to specify that this beforeunload behaviour shouldn't happen.

image (2)

jacobmischka commented 1 year ago

You can by setting the warnOnClose property of the action to false. I see this is missing from our docs at the moment, sorry about that. It definitely was there at one point, so I'm not sure what happened. Apologies, thanks for letting us know!

Janiczek commented 1 year ago

Thanks, I'll try this out!

Janiczek commented 1 year ago

It totally worked. Thank you!