Merge remote-tracking branch 'Gitea_SSH/main'
# Conflicts: # CHANGELOG.md # build/package.player.json # build/package.web.json # package-lock.json # package.json
This commit is contained in:
@@ -80,6 +80,10 @@
|
||||
}
|
||||
|
||||
function initializeUrlValidation() {
|
||||
if (typeof document === 'undefined') {
|
||||
return;
|
||||
}
|
||||
|
||||
document.addEventListener('input', function (event) {
|
||||
if (isUrlInput(event.target)) {
|
||||
updateUrlValidation(event.target, true);
|
||||
|
||||
Reference in New Issue
Block a user