-
Notifications
You must be signed in to change notification settings - Fork 11.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI glitch - Trying to select multiple lines in Code Editor results in a close by accident #1353
Comments
Thanks a lot for reporting this. I am actually OK with closing the editor in the case somebody clicks outside of it. The problem here is really that it also closes it on releasing the button, and that should not happen. Is esp. annoying when selecting code (as you mentioned). As I did not find a way to easily fix that specific behavior did I now deactivate close on click as you proposed. Will be released with the next version. |
Got released with n8n@0.103.1 |
Describe the bug
The Code Editor closes too often by accident when marking multiples lines while holding the mouse button and releasing it outside the code editor.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Code window should stay open. Close should happen with either pressing the "X" or hitting 'ESC'.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: