mishaturnbull/TrashBin

Tab key closes parts of plugin config UI

Opened this issue · 0 comments

When configuring plugins, if the Tab key is used to jump to a different field, parts of the plugin config panel may disappear. This is due to the tab key deselecting the plugin from the plugin selection panel, triggering the UI cleanup action.

Will likely need to override the default tab key action to allow the plugin selection to stay active while still moving to the next field.