Skip to content

Commit ce7f90c

Browse files
fix(plugin): 修复多边形编辑失效问题 (#483)
1 parent 403c035 commit ce7f90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/plugin/PolygonModifyPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Editor from '../Editor';
22
import { fabric } from 'fabric';
33
import { drawImg } from '../utils/utils';
4-
import edgeImg from '../assets/edgecontrol.svg';
4+
import edgeImg from '../assets/edgecontrol.svg?url';
55
import { noop } from 'lodash-es';
66

77
type IEditor = Editor;

0 commit comments

Comments
 (0)