Commit 28a03103c6700b6c443e20266e4a65af7d076323
1 parent
d860a7c7
chore(editor): update comment
Showing
1 changed file
with
1 additions
and
2 deletions
front-end/h5/src/views/Editor.vue
| ... | ... | @@ -345,7 +345,6 @@ const Editor = { |
| 345 | 345 | * pluginInfo {Object}: 插件列表中的基础数据, {name}=pluginInfo |
| 346 | 346 | */ |
| 347 | 347 | clone ({ name }) { |
| 348 | - debugger | |
| 349 | 348 | const zindex = this.elements.length + 1 |
| 350 | 349 | // const defaultPropsValue = this.getPropsDefaultValue(name) |
| 351 | 350 | const editorConfig = this.getEditorConfig(name) |
| ... | ... | @@ -355,7 +354,7 @@ const Editor = { |
| 355 | 354 | this.editingElement = element |
| 356 | 355 | }, |
| 357 | 356 | /** |
| 358 | - * #!zh: renderCanvas 将拖拽过来的组件渲染到中间画布 上 | |
| 357 | + * #!zh: renderCanvas 渲染中间画布 | |
| 359 | 358 | * elements |
| 360 | 359 | * @param {*} h |
| 361 | 360 | * @param {*} elements | ... | ... |