Format change after input- Set format correctly

This commit is contained in:
cmack 2020-07-13 12:20:26 +01:00
parent a56d745370
commit 2b47fee10a
1 changed files with 1 additions and 1 deletions

View File

@ -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()