提交 02005ec8 编写于 作者: C chess99

fix #7764

上级 c33d59e2
......@@ -155,7 +155,7 @@ symbolProto.setZ = function (zlevel, z) {
symbolProto.setDraggable = function (draggable) {
var symbolPath = this.childAt(0);
symbolPath.draggable = draggable;
symbolPath.cursor = draggable ? 'move' : 'pointer';
symbolPath.cursor = draggable ? 'move' : symbolPath.cursor;
};
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册