mirror of
https://github.com/konvajs/konva.git
synced 2025-12-19 10:58:20 +08:00
Merge branch 'VanquishedWombat-master' into master
This commit is contained in:
@@ -98,7 +98,7 @@ export class TextPath extends Shape<TextPathConfig> {
|
|||||||
|
|
||||||
// update text data for certain attr changes
|
// update text data for certain attr changes
|
||||||
this.on(
|
this.on(
|
||||||
'textChange.konva alignChange.konva letterSpacingChange.konva kerningFuncChange.konva fontSizeChange.konva',
|
'textChange.konva alignChange.konva letterSpacingChange.konva kerningFuncChange.konva fontSizeChange.konva fontFamilyChange.konva',
|
||||||
this._setTextData
|
this._setTextData
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user