Unified Color picker fixes (#9466)
* colorpicker: fix opening error when color is undefined * colorpicker: replace spectrum picker by new color picker * colorpicker: remove old spectrum picker directive * annotations: use tinycolor for working with region colors
Showing
... | ... | @@ -123,6 +123,7 @@ |
"remarkable": "^1.7.1", | ||
"rxjs": "^5.4.3", | ||
"tether": "^1.4.0", | ||
"tether-drop": "https://github.com/torkelo/drop" | ||
"tether-drop": "https://github.com/torkelo/drop", | ||
"tinycolor2": "^1.4.1" | ||
} | ||
} |
Please
register
or
sign in
to comment