ember-did-resize-modifier
ember-did-resize-modifier copied to clipboard
when adding to a canvas element, action never fires
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?
+1, happening to me as well. I wonder what may be causing this.