mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
More jQuery 3 updates.
This commit is contained in:
committed by
Dave Page
parent
d1784137a5
commit
3b862bd70b
@@ -247,7 +247,7 @@ function keyboardShortcutsQueryTool(
|
||||
isDivider = false;
|
||||
}
|
||||
}
|
||||
currLi.find('a:first').focus();
|
||||
currLi.find('a:first').trigger('focus');
|
||||
}
|
||||
} else if(keyCode === LEFT_KEY || keyCode === RIGHT_KEY) {
|
||||
/*Apply only for dropdown*/
|
||||
@@ -269,7 +269,7 @@ function keyboardShortcutsQueryTool(
|
||||
currLi = currLiMenu.closest('.dropdown-submenu');
|
||||
}
|
||||
}
|
||||
currLi.find('a:first').focus();
|
||||
currLi.find('a:first').trigger('focus');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user