mirror of
https://github.com/go-gitea/gitea
synced 2025-07-04 01:27:20 +00: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