Format change after input- Set format correctly
This commit is contained in:
parent
a56d745370
commit
2b47fee10a
|
@ -125,7 +125,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleColorInput(text) {
|
function handleColorInput(text) {
|
||||||
let format = getColorFormat(text)
|
format = getColorFormat(text)
|
||||||
if (format) {
|
if (format) {
|
||||||
value = text
|
value = text
|
||||||
convertAndSetHSVA()
|
convertAndSetHSVA()
|
||||||
|
|
Loading…
Reference in New Issue