Browse Source

Update textWysiwyg.tsx

zsviczian 2 năm trước cách đây
mục cha
commit
c1f8eca7de
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;