mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
lint
This commit is contained in:
parent
50ac3bf855
commit
bc5e5e1ef0
2 changed files with 0 additions and 2 deletions
|
@ -30,7 +30,6 @@ import {
|
||||||
wrapText,
|
wrapText,
|
||||||
getMaxContainerWidth,
|
getMaxContainerWidth,
|
||||||
getDefaultLineHeight,
|
getDefaultLineHeight,
|
||||||
measureBaseline,
|
|
||||||
} from "./textElement";
|
} from "./textElement";
|
||||||
import { VERTICAL_ALIGN } from "../constants";
|
import { VERTICAL_ALIGN } from "../constants";
|
||||||
import { isArrowElement } from "./typeChecks";
|
import { isArrowElement } from "./typeChecks";
|
||||||
|
|
|
@ -305,7 +305,6 @@ export const measureBaseline = (
|
||||||
container.style.whiteSpace = "pre";
|
container.style.whiteSpace = "pre";
|
||||||
container.style.font = font;
|
container.style.font = font;
|
||||||
container.style.minHeight = "1em";
|
container.style.minHeight = "1em";
|
||||||
console.log("HEYYY you are here!!");
|
|
||||||
if (wrapInContainer) {
|
if (wrapInContainer) {
|
||||||
container.style.overflow = "hidden";
|
container.style.overflow = "hidden";
|
||||||
container.style.wordBreak = "break-word";
|
container.style.wordBreak = "break-word";
|
||||||
|
|
Loading…
Add table
Reference in a new issue