close on tab-out. fixes #1341
This commit is contained in:
parent
cb7b5464a1
commit
efc609d073
@ -2421,6 +2421,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
||||
return;
|
||||
case KEY.TAB:
|
||||
this.selectHighlighted({noFocus:true});
|
||||
this.close();
|
||||
return;
|
||||
case KEY.ESC:
|
||||
this.cancel(e);
|
||||
|
Loading…
Reference in New Issue
Block a user