ember-did-resize-modifier icon indicating copy to clipboard operation
ember-did-resize-modifier copied to clipboard

when adding to a canvas element, action never fires

Open st-h opened this issue 4 years ago • 1 comments

I was just trying to apply this addon to a canvas element:

<canvas {{did-resize this.updateSize}} />

However, I noticed that the updateSize function is never called. If I replace the canvas with a simple div, everything works as expected. Any ideas why this is might be happening?

st-h avatar Sep 25 '20 18:09 st-h

+1, happening to me as well. I wonder what may be causing this.

danieledraganti avatar Dec 12 '20 19:12 danieledraganti