Aichi
Aichi
I second Macxim ⬆️. The issue still exists in ```v2.4.4```. Please reopen this issue @ygongdev
I think both. The example above I believe is the component version and I had issues with the modifier version. ```html {{#each items as |item|}} {{item.text}} {{/each}} ```
There is a workaround for this issue. When `offsetTop` is used in [this piece of code](https://github.com/adopted-ember-addons/ember-sortable/blob/d97ba7953b84a181d2f74f1f0f3471112b194d6b/addon/modifiers/sortable-item.js#L538) it looks the closest positioned ancestor called the [offsetParent](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/offsetParent). An element is positioned if...
Just wanted to confirm, does this apply to `pg_plan_filter` as well? I tried to enable the extension by running `alter database postgres set session_preload_libraries = 'plan_filter';` such that I can...