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
As of c080c12, iro.ColorPicker instances now have a display param that can be used to set the color picker's CSS display property. It will default to "block" to preserve past behaviour.
In line 1380:
svgElement.call(this, this, parent, "svg", { width: width, height: height, style: "display:block" });
It would be better if that "display:block" was a param so we could add for example "display:inline-block".
The text was updated successfully, but these errors were encountered: