<%= partial('partial-article-list-sections', {
id: 'category-' + category.id,
parentId: '#sidebar-article-navigation',
sections: category.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% }); %>
Comments
2 comments
Does it happen every time?
Jim McAndrew Updated; you are correct. It does not happen every time, in fact it has not happened again. I think it was my mistake. From looking closer at the flight logs, I think it was obstacle avoidance that was saving me from further movements.
The bug here was me. : ) Thank you Dronelink for working correctly!!! : )
Please sign in to leave a comment.