Seneral / Node_Editor_Framework

A flexible and modular Node Editor Framework for creating node based displays and editors in Unity
https://nodeeditor.seneral.dev
MIT License
2.01k stars 415 forks source link

Using arrow keys when in input field has focus moves the whole node. #114

Closed virror closed 7 years ago

virror commented 7 years ago

Using arrow keys when in input field has focus moves the whole node, would be nice if this only happened when the focus was on the node itself, and not a field on it.

Seneral commented 7 years ago

Fixed that in 25f0e1a already, but it's only on develop so far, as it is not that critical to directly push to master. If you want, you can add the few lines manually until we merge it:)

virror commented 7 years ago

Ok!