mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Full metal jacket QA tester fighting
This commit is contained in:
parent
4d00270b78
commit
da2ee342e6
@ -2031,8 +2031,8 @@ class Item extends CachedModel
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
// Line not parent.
|
// Lines could not be parents.
|
||||||
break;
|
continue 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($data['agentAlias']) === true
|
if (isset($data['agentAlias']) === true
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -588,9 +588,6 @@ export default class VisualConsole {
|
|||||||
endY: endY
|
endY: endY
|
||||||
});
|
});
|
||||||
|
|
||||||
// Update parents...
|
|
||||||
this.buildRelations(item.id, startX, startY);
|
|
||||||
|
|
||||||
if (save) {
|
if (save) {
|
||||||
let debouncedLinePositionSave = debounce(
|
let debouncedLinePositionSave = debounce(
|
||||||
500,
|
500,
|
||||||
@ -620,6 +617,9 @@ export default class VisualConsole {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Update parents...
|
||||||
|
this.buildRelations(item.id, to.x + item.width / 2, to.y + item.height / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
public constructor(
|
public constructor(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user