- πΊπΈUnited States mortona2k Seattle
It looks like the .contextual element that contains the button and links gets removed on the ajax reload.
I think this is because it's inside the element that is getting replaced.
In the browser inspector, I moved the element outside of the .view element, and then ajax reloads don't remove them!
A potential workaround is to just move them after the initial load, but that feels a little dirty.
Are there any other examples of a component being refreshed with ajax that should have contextual links?
- πΊπΈUnited States mortona2k Seattle
There is some info in here that is potentially helpful: https://www.drupal.org/project/drupal/issues/2353419 π Improve the way how views renders their contextual links Postponed: needs info