We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8424c commit 880c6b7Copy full SHA for 880c6b7
package.json
@@ -62,7 +62,6 @@
62
},
63
"dependencies": {
64
"@cocreate/actions": "^1.3.31",
65
- "@cocreate/api": "^1.2.25",
66
"@cocreate/docs": "^1.2.68"
67
}
68
src/index.js
@@ -1,6 +1,5 @@
1
/*globals CustomEvent*/
2
import action from '@cocreate/actions';
3
-// import CoCreateApi from '@cocreate/api';
4
5
const CoCreateRender = {
6
@@ -181,7 +180,7 @@ function renderKey(element) {
181
180
182
183
action.init({
184
- action: "renderKey",
+ name: "renderKey",
185
endEvent: "renderKey",
186
callback: (btn, data) => {
187
renderKey(btn);
0 commit comments