nhn / toast-ui.vue-image-editor

Toast UI Image Editor for Vue
MIT License
187 stars 41 forks source link

When I call addText() function and after click on that text I can't edit that text and get error Uncaught TypeError: Cannot read property 'style' of null #8

Open GHarutyunyan opened 5 years ago

rodrigomata commented 5 years ago

I think the problem is that you are trying to set style instead of styles: http://nhnent.github.io/tui.image-editor/latest/ImageEditor.html#addText

fredriklugg commented 4 years ago

I have the same problem, I have names the style, styles. Do I have to do anything other then invoking the addText, and when trying to double click I get the same error.