You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the demo page, you can see that the "Hex" label in the Sketch color picker has the style cursor: ew-resize;. In the source code, this editable does not set [dragLabel] to true. It seems to come from the neighbouring inputs that do have dragLabel set to true.
On the demo page, you can see that the "Hex" label in the Sketch color picker has the style
cursor: ew-resize;
. In the source code, this editable does not set[dragLabel]
to true. It seems to come from the neighbouring inputs that do have dragLabel set to true.Relevant code:
https://github.com/scttcper/ngx-color/blob/master/src/lib/components/sketch/sketch-fields.component.ts#L16-L61
The text was updated successfully, but these errors were encountered: