Browse Source

Update textWysiwyg.tsx

zsviczian 2 years ago
parent
commit
c1f8eca7de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/element/textWysiwyg.tsx

+ 1 - 1
src/element/textWysiwyg.tsx

@@ -347,7 +347,7 @@ export const textWysiwyg = ({
     boxSizing: "content-box",
   });
 
-  const magicOffset = 
+  const magicOffset =
     (excalidrawContainer
       ? parseFloat(getComputedStyle(excalidrawContainer).fontSize)
       : 16) / 16;