rokit

Results 5 comments of rokit

I tried to get the example running on Windows 10. The commit that is currently used for `libcosmic` is [`e3f30a1`](https://github.com/pop-os/cosmic-text/blob/163d8ef26e0eb1049f13e211071f7da5775cba1f/examples/editor-libcosmic/Cargo.toml#L18) which is from August 16th. I used the latest revision...

It appears like `componentWillReceiveProps` in `ColorPicker.js` is causing a feedback loop of sorts. If I comment everything in that function, the problem disappears. The problem of the hue slider snapping...

I just discovered that if you try to input an rgb string in a textbox to set the color (bypassing the onChange prop), the background hue of the map, the...

I looked at react-colorpicker and saw the following comment above `componentWillReceiveProps`: > // compare props against state using hex strings > // only use the new props if the color...