Open nadeemja opened 8 years ago
Hi,
Background: #1
Say you have the following in your template:
{{#with someCursor}} {{> isotope cursor=anotherCursor ... }} {{/with}}
If there is any change to someCursor, then isotope will start hiding the newest added element from anotherCursor.
Putting isotope outside of the #with fixed the problem.
Hi,
Background: #1
Say you have the following in your template:
If there is any change to someCursor, then isotope will start hiding the newest added element from anotherCursor.
Putting isotope outside of the #with fixed the problem.