yoychen/v-craft

Editor updateDOMContent issue

rodenp opened this issue · 0 comments

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.