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
When pasting text into a node's TextInputInterface control, a copy of a node will be also pasted if present on the clipboard.
Steps to reproduce:
Select a node and press ctrl-c. (This is needed so we have a node on the clipboard).
Select some text in another application and press ctrl-c.
Click into the text input control of any node and press ctrl-v. The text will be inserted into the control, but the originally selected node will be also pasted into the graph.
An alternative way to reproduce is to just select a node with a text input, select the text inside the node, press ctrl-c, then press ctrl-v immediately while still inside the text control, and the node will be duplicated.
The issue is also present when pasting text into a NumberInterface.
The text was updated successfully, but these errors were encountered:
When pasting text into a node's TextInputInterface control, a copy of a node will be also pasted if present on the clipboard.
Steps to reproduce:
An alternative way to reproduce is to just select a node with a text input, select the text inside the node, press ctrl-c, then press ctrl-v immediately while still inside the text control, and the node will be duplicated.
The issue is also present when pasting text into a NumberInterface.
The text was updated successfully, but these errors were encountered: