Skip to content

Commit 648b3f3

Browse files
committed
Forgot to remove line size caching in one more place
1 parent e275125 commit 648b3f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/utils.js

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ var utils = {
4040
size.width += outputEntrySize.width;
4141
size.height = Math.max(outputEntrySize.height, size.height);
4242
});
43-
line.size = size;
4443
return size;
4544
},
4645

0 commit comments

Comments
 (0)