development
Dave Morrissey 2021-04-19 21:30:50 +10:00
parent cace21a0a9
commit a3ae5d9fb6
1 changed files with 1 additions and 0 deletions

View File

@ -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())
) { ) {