simplajs / simpla-img

An editable image you can update inline, built on Simpla
https://www.simplajs.org
MIT License
6 stars 3 forks source link

Local DOM used too early when loading simpla-img-editor #61

Closed bedeoverend closed 7 years ago

bedeoverend commented 7 years ago

simpla-img-editor will often complain when starting up that this.$ is undefined - i.e. that the local DOM bindings haven't been setup yet.

This may be related to https://github.com/Polymer/polymer/issues/3657. The quick fix however would be to not use the local DOM until it is ready.