kraemer-lab / GRAPEVNE

Graphical Analytical Pipeline Development Evironment
MIT License
6 stars 3 forks source link

Fix: inputbox looses focus during edits #275

Closed jsbrittain closed 1 week ago

jsbrittain commented 2 weeks ago

Since the upgrade to SimpleTreeView the input text fields have been loosing focus due to the letter search-select features of the parent tree. We provide a fix for this by preventing the keydown event from propagating to the parent level from the input text field.