Heinz Romirer
Heinz Romirer
When using the `tap` recognizer, I always get 2 events shortly after another (~1ms). Both of them show that they are "tap" events, the second one shows a `tapCount` of...
Thanks for your answer @mhretab! In the dummy app, I can only see the `{{image}}` passed in as link (`{{avatar-cropper image="assets/images/picture.jpg"}}`). If I try the same thing with a base64...
@rwwagner90 sorry, I don't have a working fork, just a workaround: ```javascript onImageChanged: observer('image', function () { const image = get(this, 'image'); if (this.$() && image && image !== 'none')...
I'm really sorry - I completely lost sight of this library 😞 I'll take a look at it in the next few days, promised.
Thanks a lot @alexnez96 for your time and effort - I believe we can drop the support for `node < 6.x` all together, so it's fine 👍 A short question...