mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-05-26 03:38:51 +08:00
Introduce eslint-plugin-no-jquery/no-event-shorthand (#24198)
https://github.com/go-gitea/gitea/pull/24098#issuecomment-1514010690 --------- Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
@ -69,7 +69,7 @@ export function initRepoCloneLink() {
|
||||
});
|
||||
|
||||
$inputLink.on('focus', () => {
|
||||
$inputLink.select();
|
||||
$inputLink.trigger('select');
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user