1
0
mirror of synced 2024-11-26 14:56:07 +03:00

close on tab-out. fixes #1341

This commit is contained in:
Igor Vaynberg 2013-05-31 17:14:29 -07:00
parent cb7b5464a1
commit efc609d073

View File

@ -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);