mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Make TS happy
This commit is contained in:
@@ -229,7 +229,7 @@ export class ColorPicker {
|
||||
'sl-after-show',
|
||||
() => {
|
||||
this.input.reportValidity();
|
||||
resolve();
|
||||
resolve(null);
|
||||
},
|
||||
{ once: true }
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user