Merge branch 'main' into feat/cnr

This commit is contained in:
Dr.Lt.Data
2024-10-05 15:35:48 +09:00
14 changed files with 4343 additions and 2842 deletions

View File

@@ -1687,7 +1687,7 @@ app.registerExtension({
node.prototype.getExtraMenuOptions = function (_, options) {
origGetExtraMenuOptions?.apply?.(this, arguments);
if (node.category.startsWith('group nodes/')) {
if (node.category.startsWith('group nodes>')) {
options.push({
content: "Save As Component",
callback: (obj) => {