Override backspace key to prevent browser history navigation [GOT CREATED]

I’ve done this more times than I care to admit: I go to type in a field, but while moving my mouse to the field I trigger the tooltip on the left side of the field, and since the tooltip covers the input, when I click I select the text of the input and not the field. Then when I hit the backspace key to delete the input, the browser instead navigates back and I lose an hour of work.

Yes, I have it set to save on execution but sometimes if I do a lot of work without executing the workflow I accidentally erase all my work while trying to edit a field.

That or confirm if I want to leave the page with unsaved changes.

Thank you.

We are actually almost done with a feature that avoids exactly that. It checks if there are any unsaved changes (or new unsaved workflow) before navigating away, informs the user about it, and navigates only away after he confirmed.

1 Like

Awesome! Glad to hear that, and thank you.

1 Like

Got released with [email protected]

2 Likes