Skip to content

Commit

Permalink
fix: add [node-name] selector
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 1, 2024
1 parent d2ec1b5 commit 2330d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CoCreate.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2330d42

Please # to comment.