miroiu / nodify

Highly performant and modular controls for node-based editors designed for data-binding and MVVM.
https://miroiu.github.io/nodify
MIT License
1.38k stars 224 forks source link

[Question] Comment (Grouping Node) Shortcut Interfere with TextBox Control #132

Closed chaojian-zhang closed 3 months ago

chaojian-zhang commented 3 months ago

Hi, thanks for the great library! Have been using it for a while and it's amazing!

One issue I always had but never deal with before until recent upgrade from version 1 to version 6 is I have nodes that renders textbox on its connectors - when I type in those textboxes it conflicts built-in commands. E.g. when I type c the textbox won't disable c and instead a grouping node will be created.

Anyway to deal with that?

chaojian-zhang commented 3 months ago

NVM, I realized the delimma is created by myself in my command binding setup😂