Validate hex colors when creating/editing labels (#34623)
Resolves #34618. --------- Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
repo.diff.committed_by
GitHub
repo.diff.parent
b38f2d31fd
repo.diff.commit
47d69b7749
@@ -70,7 +70,7 @@ export function initCompLabelEdit(pageSelector: string) {
|
||||
form.reportValidity();
|
||||
return false;
|
||||
}
|
||||
form.submit();
|
||||
form.dispatchEvent(new Event('submit', {bubbles: true}));
|
||||
},
|
||||
}).modal('show');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user