vue-pixi icon indicating copy to clipboard operation
vue-pixi copied to clipboard

Removed the check to the Visible prop on first load

Open DidoMarchet opened this issue 5 years ago • 0 comments

At first load if the prop Visible is set to FALSE the check if (this.visible) doesn't let to set visibility to my instance. I've change the prop declaration giving the default value set to TRUE.

DidoMarchet avatar Jul 02 '19 14:07 DidoMarchet