v-craft
v-craft copied to clipboard
Editor updateDOMContent issue
I am running the example app. It looks like updateDOMContent in Editor.vue is being triggered too often. I put console.log statements in it to see what would happen. I expected only the element that I clicked on to be displayed. However it looks like all elements on the canvas for some reason trigger this function.