pull/1128/head
Cory LaViska 2023-01-23 11:29:50 -05:00
rodzic 5cdbaa873d
commit e758b1d9bb
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -625,6 +625,7 @@ export default class SlColorPicker extends ShoelaceElement implements ShoelaceFo
this.brightness = 100;
this.alpha = 100;
}
if (!this.isSafeValue) {
const newColor = this.parseColor(newValue);