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;
|
return;
|
||||||
case KEY.TAB:
|
case KEY.TAB:
|
||||||
this.selectHighlighted({noFocus:true});
|
this.selectHighlighted({noFocus:true});
|
||||||
|
this.close();
|
||||||
return;
|
return;
|
||||||
case KEY.ESC:
|
case KEY.ESC:
|
||||||
this.cancel(e);
|
this.cancel(e);
|
||||||
|
Loading…
Reference in New Issue
Block a user