]> source.dussan.org Git - gitea.git/commit
Use "input" event instead of "keyup" event for migration form (#26602) (#26605)
authorGiteabot <teabot@gitea.io>
Sun, 20 Aug 2023 15:29:16 +0000 (23:29 +0800)
committerGitHub <noreply@github.com>
Sun, 20 Aug 2023 15:29:16 +0000 (23:29 +0800)
commitc99374b1510249e3f8a535cdecd6cf1d5637e0ef
treed84a52434d3c118752fa96c4befb8f1b6dc19071
parentb643b2ca9c2e4402c1bc2362d095c53d34c07db6
Use "input" event instead of "keyup" event for migration form (#26602) (#26605)

Backport #26602 by @wxiaoguang

Otherwise, "pasted" content won't update the UI.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
web_src/js/features/repo-migration.js