mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
fix function name
This commit is contained in:
@@ -456,7 +456,7 @@
|
||||
break;
|
||||
}
|
||||
line = line.slice(low);
|
||||
line = line.trimStart();
|
||||
line = line.trimLeft();
|
||||
if (line.length > 0) {
|
||||
// Check if the remaining text would fit on one line
|
||||
lineWidth = this._getTextWidth(line);
|
||||
|
Reference in New Issue
Block a user