Warn if the workflow changed in another tab

The idea is:

Create a warning message if the workflow has been edited in another tab.

My use case:

I usually have multiple tabs opened (especially if I need to deal with failed executions) and from time to time I may miss the actual tab where I have been working on and start to edit the workflow in another tab. That leads to issues when at a time I have two edits of the workflow with completely different configuration. So, I need to copy-paste the edits from one tab to the second one. And if that issue will be after a time delay (e.g. on the next day), It may lead to a huge amount of excessive work to fix it :sweat_smile:

So It would be nice if the n8n will push a warning message saying that the workflow already been changed in another tab.

I think it would be beneficial to add this because:

Very easy to open multiple tabs for the same workflow and mess with the configuration.