Closed bedeoverend closed 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.
simpla-img-editor
this.$
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.
simpla-img-editor
will often complain when starting up thatthis.$
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.