jdittrich / quickMockup

HTML based interface mockups
https://jdittrich.github.io/quickMockup/
MIT License
517 stars 97 forks source link

Render data-editable-content on initialization, so we don't need to provide it manually for element-list items #23

Closed jdittrich closed 8 years ago

jdittrich commented 8 years ago

On the left is a list of elements. The Text/Markup inside these elements is manually provided, and not read from the data-editable-content attribute. This causes different text after the element is added to the canvas.

Fix: Render the data-editable-content value to text, on initialization, for the elements in the left-side list of elements-to-add.

jdittrich commented 8 years ago

Seems to be a bit tricky.

jdittrich commented 8 years ago

I add a maybelater lable and close it for now. All solutions which came to my mind would make the code harder to maintain.