Skip to content

Commit 90881fd

Browse files
author
“935183846@qq.com”
committed
fix(补充): 补充了上一个提交遗漏的代码
1 parent 93216e6 commit 90881fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/plugin/DrawLinePlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class DrawLinePlugin implements IPluginTempl {
126126
this.lineToDraw.setCoords();
127127
this.isDrawingLine = false;
128128
canvas.discardActiveObject();
129-
this.canvas.renderAll();
129+
canvas.renderAll();
130130
this.editor.saveState();
131131
});
132132
}

0 commit comments

Comments
 (0)