This commit is contained in:
Tanasart 2024-12-10 16:45:50 +07:00
parent 36750274a5
commit 56217f8782

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;