NME node name not updating on text input blur

Hello!
The NME node name in the graph is updated only when enter is pressed in the Name input on the General tab. This leads to situations like this:

Or was this an intention and I am not aware of something?
Thank you!
R.

1 Like

Repro for others because it was not clear to me:

  • change the name of a node
  • click on another node of the graph or the background of the node graph => the name is not updated. The name is updated only if you hit enter or use the tab key.

I tried to have a look, but the control is a regular <input> element with a onBlur event: this event is not raised if you do the repro above, I don’t know why.

2 Likes

@msDestiny14 could you have a look ?

1 Like

@msDestiny14 ping me if you do not find a fix

1 Like

Taking a look now! :smiley:

1 Like

PR for the fix :smiley:

2 Likes