Remove dead code comment

This commit is contained in:
Cory LaViska
2020-10-15 16:35:25 -04:00
parent 2bd88b7d92
commit 272c7df91b

View File

@@ -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',