kraemer-lab / GRAPEVNE

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

Fix: inputbox looses focus during edits #275

Closed jsbrittain closed 5 months ago

jsbrittain commented 5 months 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.