Skip to content

Commit 4ee2ae6

Browse files
authored
TextBubbleSkin.js -- fix a year old bug
#2
1 parent 776bbab commit 4ee2ae6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TextBubbleSkin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ class TextBubbleSkin extends Skin {
105105
this._pointsLeft = pointsLeft;
106106
if (typeof props === 'object') this._props = props
107107

108+
this._restyleCanvas();
108109
this._textDirty = true;
109110
this._textureDirty = true;
110111
this.emitWasAltered();

0 commit comments

Comments
 (0)