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
1 changed files with 1 additions and 1 deletions

View File

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