mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-31 23:29:27 +08:00
fix: 楼传会清空录像折叠
This commit is contained in:
parent
57068987b4
commit
7fbdb26e6f
@ -419,6 +419,7 @@ events.prototype.trigger = function (x, y, callback) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (block.event.trigger && block.event.trigger !== 'null') {
|
if (block.event.trigger && block.event.trigger !== 'null') {
|
||||||
|
core.clearRouteFolding();
|
||||||
var noPass = block.event.noPass,
|
var noPass = block.event.noPass,
|
||||||
trigger = block.event.trigger;
|
trigger = block.event.trigger;
|
||||||
if (noPass) core.clearAutomaticRouteNode(x, y);
|
if (noPass) core.clearAutomaticRouteNode(x, y);
|
||||||
|
Loading…
Reference in New Issue
Block a user