1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

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

View file

@ -125,7 +125,7 @@
}
function handleColorInput(text) {
let format = getColorFormat(text)
format = getColorFormat(text)
if (format) {
value = text
convertAndSetHSVA()