You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I was just trying to apply this addon to a canvas element:
However, I noticed that the updateSize function is never called. If I replace the
canvas
with a simplediv
, everything works as expected. Any ideas why this is might be happening?The text was updated successfully, but these errors were encountered: