Raymond Ativie
Results
3
issues of
Raymond Ativie
Could you improve the doc so we know all the validators and how to use them? :)
To enable creating features like duplicating elements on a page
Do you have any suggestions on how i could duplicate a node? This is what i tried ``` duplicateNode() { const { parent } = this.selectedNode; this.editor.selectNode(parent); parent.children.push({ ...this.selectNode });...