jorisroling / meteor-isotope

Do What The F*ck You Want To Public License
0 stars 2 forks source link

Using inside #with causes newest element to not show on change #2

Open nadeemja opened 8 years ago

nadeemja commented 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.