|
@@ -1324,7 +1324,7 @@ describe("textWysiwyg", () => {
|
|
).toEqual(FONT_FAMILY.Nunito);
|
|
).toEqual(FONT_FAMILY.Nunito);
|
|
expect(
|
|
expect(
|
|
(h.elements[1] as ExcalidrawTextElementWithContainer).lineHeight,
|
|
(h.elements[1] as ExcalidrawTextElementWithContainer).lineHeight,
|
|
- ).toEqual(1.35);
|
|
|
|
|
|
+ ).toEqual(1.25);
|
|
});
|
|
});
|
|
|
|
|
|
describe("should align correctly", () => {
|
|
describe("should align correctly", () => {
|