mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
ebrowser v1.0.40
This commit is contained in:
parent
8367164d73
commit
00ccd791ed
3 changed files with 6 additions and 2 deletions
|
@ -255,7 +255,9 @@ You should have received a copy of the GNU General Public License along with thi
|
|||
}while(false);
|
||||
|
||||
if(inputE === document.activeElement){
|
||||
if (9===e.keyCode){//tab completion
|
||||
if (9===e.keyCode){
|
||||
e.preventDefault();
|
||||
tabs.children[iTab].focus();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue