1
0
Fork 0
mirror of synced 2024-09-28 23:31:43 +12:00

Merge pull request #436 from Budibase/bugfix/colorpicker-input-format-issue

Format change after input- Set format correctly
This commit is contained in:
Conor_Mack 2020-07-13 12:26:08 +01:00 committed by GitHub
commit 01e5f4165a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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