Bill Dami
Bill Dami
Ok I tried your updated code and it seems like it does work in some cases, put other instances it does not behave as expected. One example is for the...
I've also noticed this, but in the other direction as well, namely, the scroll bar is not removed, or its height is not changed, when content is removed such that...
@alexander-alvarez thanks for the response on this. I was able to actually solve my immediate use case roughly how you suggested, I used the `actionReceiver` property exposed by ember-component-inbound-actions, and...
^ This might be something worth mentioning in the docs too
I came across this issue in my project when I try to restore an `ember-scrollable`'s previous vertical scroll position by binding to the `scrollToY` property. When the scrollable is rendered...
@alexander-alvarez @crudo1f I tried the solution in my previous comment by overriding the `ember-scrollable` component in my project, and it appears to work, although I'm not sure if there may...
@alexander-alvarez sounds good! 👍
@josemarluedke any thoughts on this? Currently in my app I've worked around this by just creating a `types/glimmer-apollo-tmp/index.d.ts` with ```ts declare module 'glimmer-apollo-tmp' { //redeclared all the missing/private glimmer-apollo types...