Fix some invalid plugin edit calls

This commit is contained in:
kobewi 2023-06-11 22:11:25 +02:00
parent 37d1dfef9d
commit 366c9678ca
4 changed files with 6 additions and 10 deletions

View file

@ -312,6 +312,7 @@ public:
void update();
void clear();
void cancel_update();
// Returns all the selected nodes.
TypedArray<Node> get_selected_nodes();