不允许使用mxgraph的Shape on Shape

时间:2019-11-21 11:20:01

标签: mxgraph

不允许形状。

我的代码在这里:

scope.graph.addListener(mxEvent.MOVE_CELLS, function (sender, evt) {      

  if (evt.properties.target && evt.properties.target.id != '1' && !evt.properties.target.isGroupCell) { // case when cable/shape is dropped on shape
    setTimeout(() => {
      _this.toolbar.undo();
    }, 100);
  }

});

将形状放到另一个形状上时,请撤消所需的功能。当我移动源形状,甚至将形状放在另一个形状的角上时,请撤消该形状。

注意:目标形状甚至没有被选中,但是当我将其放置时,撤消了功能。

0 个答案:

没有答案