web-component-gallery 2.3.32 → 2.3.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -206,7 +206,6 @@ export default {
206
206
  this.$nextTick(() => this.$refs.inputNodeRef.focus())
207
207
  break
208
208
  case 'copy':
209
- // 明天来了优化一下
210
209
  const cloneNode = parentNode ? parentNode[this.replaceFields.children] : this.treeData
211
210
  cloneNode.splice(node.nodeIndex + 1, 0, {
212
211
  type: 'input',