Closed robere2 closed 2 years ago
The issue was caused by using computed properties for the menu items which shouldn't appear in a dropdown. Since the property was computed, when the priority plus algorithm attempts to modify the list, those changes were thrown out.
This fixes #40.
The issue was caused by using computed properties for the menu items which shouldn't appear in a dropdown. Since the property was computed, when the priority plus algorithm attempts to modify the list, those changes were thrown out.
This fixes #40.