three-text2d icon indicating copy to clipboard operation
three-text2d copied to clipboard

I think it's a member variable reference error.

Open Seungup opened this issue 4 years ago • 0 comments

https://github.com/gamestdio/three-text2d/blob/812e35c864767a7c95c6231236b9803dda258da8/src/Text2D.ts#L68

The member variable defineded to

protected _text: string;

but the actual constructor puts the value on

this.text = text;

Seungup avatar Dec 10 '21 02:12 Seungup