You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If the first interaction with any expression field on any node, or the main field on a Code node (i.e. any field that accepts javascript) is a "Ctrl + V" (or right click -> Paste), this doesn't seem to trigger the "Undo" functionality, meaning you can't "Ctrl + Z" if your first action in one of those field is a "Ctrl + V".
If directly after a "Ctrl+V" you write anything, you can now Undo your previous actions, even the paste action.
To Reproduce
Steps to reproduce the behavior:
Open a "Code" node or an "Expression" field in any node.
Immediately past something, without writing anything before
Try to Undo
Undo action is not available
Write anything
Undo action is available!
Expected behavior
Undo action should be available even if pasting is your first action in said nodes
Environment (please complete the following information):
Ubuntu Linux 22.04
n8n Version 0.212.1
Additional context
This bug doesn't seem to happen on the old Function and FunctionItem nodes.
The text was updated successfully, but these errors were encountered:
Describe the bug
If the first interaction with any expression field on any node, or the main field on a Code node (i.e. any field that accepts javascript) is a "Ctrl + V" (or right click -> Paste), this doesn't seem to trigger the "Undo" functionality, meaning you can't "Ctrl + Z" if your first action in one of those field is a "Ctrl + V".
If directly after a "Ctrl+V" you write anything, you can now Undo your previous actions, even the paste action.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Undo action should be available even if pasting is your first action in said nodes
Environment (please complete the following information):
Additional context
This bug doesn't seem to happen on the old Function and FunctionItem nodes.
The text was updated successfully, but these errors were encountered: