data_store to events menu

I guess events.js manages events menu and not basic one :)
If I'm wrong, please let me know with a quick explanation and drop it.
This commit is contained in:
PM
2021-04-06 15:20:43 +02:00
committed by GitHub
parent 4b47ed9056
commit 292013b6cf

View File

@@ -353,5 +353,5 @@
o.data = null;
}
LiteGraph.registerNodeType("basic/data_store", DataStore);
LiteGraph.registerNodeType("events/data_store", DataStore);
})(this);