1
0
Fork 0
mirror of synced 2024-10-03 10:36:59 +13:00

Format change after input- Set format correctly

This commit is contained in:
cmack 2020-07-13 12:20:26 +01:00
parent aac0f3e381
commit 4911530690

View file

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