mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-23 20:55:47 +00:00
need to figure out how to get phpstorm to auto format these mistakes
This commit is contained in:
parent
4987b55ed6
commit
4843a61a84
1 changed files with 2 additions and 1 deletions
|
|
@ -113,7 +113,8 @@
|
|||
ctx.save();
|
||||
width += this._applyCharStylesGetWidth(ctx, text[i], lineIndex, i, decl);
|
||||
ctx.restore();
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
width += this._applyCharStylesGetWidth(ctx, text[i], lineIndex, i);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue