mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 20:19:13 +00:00
Remove dead code comment
This commit is contained in:
@@ -182,11 +182,6 @@ export class ColorPicker {
|
||||
async reportValidity() {
|
||||
// If the input is invalid, show the dropdown so the browser can focus on it
|
||||
if (!this.inline && this.input.invalid) {
|
||||
// this.dropdown.show();
|
||||
// setTimeout(() => {
|
||||
// this.input.reportValidity();
|
||||
// }, 300);
|
||||
|
||||
return new Promise(resolve => {
|
||||
this.dropdown.addEventListener(
|
||||
'sl-after-show',
|
||||
|
||||
Reference in New Issue
Block a user