You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each freestyle-section (and subsection) calls registerSection, adding it to the service's list of menu items. But if you have multiple freestyle guides, the menu items persist between guides.
I'm not sure what the right solution is, but one way to fix this is to reset the service's menu property in the freestyle-guide's willDestroyElement hook.
The text was updated successfully, but these errors were encountered:
Each
freestyle-section
(and subsection) calls registerSection, adding it to the service's list of menu items. But if you have multiple freestyle guides, the menu items persist between guides.I'm not sure what the right solution is, but one way to fix this is to reset the service's
menu
property in the freestyle-guide's willDestroyElement hook.The text was updated successfully, but these errors were encountered: