bugfix
parent
cace21a0a9
commit
a3ae5d9fb6
|
@ -1618,6 +1618,7 @@ class mxGraphHandler {
|
||||||
const { target } = this;
|
const { target } = this;
|
||||||
|
|
||||||
if (
|
if (
|
||||||
|
target &&
|
||||||
graph.isSplitEnabled() &&
|
graph.isSplitEnabled() &&
|
||||||
graph.isSplitTarget(target, this.cells, me.getEvent())
|
graph.isSplitTarget(target, this.cells, me.getEvent())
|
||||||
) {
|
) {
|
||||||
|
|
Loading…
Reference in New Issue