Konstantinos Kaloutas 3 ani în urmă
părinte
comite
a0577ec195
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      tldraw/apps/tldraw-logseq/src/lib/shapes/PenShape.tsx

+ 1 - 1
tldraw/apps/tldraw-logseq/src/lib/shapes/PenShape.tsx

@@ -26,7 +26,7 @@ export class PenShape extends TLDrawShape<PenShapeProps> {
     points: [],
     isComplete: false,
     stroke: '',
-    fill: 's',
+    fill: '',
     noFill: false,
     strokeType: 'line',
     strokeWidth: 2,