Browse Source

fix: typo

Konstantinos Kaloutas 3 years ago
parent
commit
a0577ec195
1 changed files with 1 additions and 1 deletions
  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,