This commit is contained in:
Tanasart 2024-12-10 16:46:35 +07:00
parent 56217f8782
commit 1468c70f54

View file

@ -2817,7 +2817,7 @@ function Node(_x, _y, _group = noone) : __Node_Base(_x, _y) constructor {
}
}
static dropPath = noone;
static dropPath = noone;
static clone = function(target = PANEL_GRAPH.getCurrentContext()) {
CLONING = true;