From 2330d42187532f4194f806e001320251b37e2d33 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Sat, 1 Jun 2024 16:07:54 -0500 Subject: [PATCH] fix: add [node-name] selector --- CoCreate.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoCreate.config.js b/CoCreate.config.js index 68c856c..236492f 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -220,7 +220,7 @@ module.exports = { }, "rich-text": { "import": "@cocreate/rich-text", - "selector": "[actions*='nodeName'], [actions*='cloneElement'], [actions*='deleteElement']" + "selector": "[actions*='nodeName'], [actions*='cloneElement'], [actions*='deleteElement'], [node-name]" }, "codearea": { "import": "@cocreate/codearea",