Make TS happy

This commit is contained in:
Cory LaViska
2020-12-16 08:20:49 -05:00
parent fc8232254f
commit f106d85320

View File

@@ -229,7 +229,7 @@ export class ColorPicker {
'sl-after-show',
() => {
this.input.reportValidity();
resolve();
resolve(null);
},
{ once: true }
);