hookehuyr

fix

......@@ -65,7 +65,7 @@ export function dragNode(G6) {
});
// 只拖动当前节点 选没选中都能拖动
if (dragNodes.length === 1 || nodes.length === 0) {
if (dragNodes.length >= 0) {
this.target = item;
this.target.origin = {
x: item._cfg.model.x,
......