fix: 楼传会清空录像折叠

This commit is contained in:
unanmed 2024-11-22 22:54:11 +08:00
parent 57068987b4
commit 7fbdb26e6f

View File

@ -419,6 +419,7 @@ events.prototype.trigger = function (x, y, callback) {
}
if (block.event.trigger && block.event.trigger !== 'null') {
core.clearRouteFolding();
var noPass = block.event.noPass,
trigger = block.event.trigger;
if (noPass) core.clearAutomaticRouteNode(x, y);