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
...
// Check to see which element should have class 'active' set.
if (in_array('item', $this->builder->conf('active_element')))
$item->active();
if (in_array('link', $this->builder->conf('active_element')))
$item->link->active();
...
It would be great if it would be possible to specify the active class for each element, the tests showed everything ok works
Config:
Code:
laravel-menu/src/Lavary/Menu/Item.php
Line 437 in 5255e71
laravel-menu/src/Lavary/Menu/Item.php
Line 473 in 5255e71
laravel-menu/src/Lavary/Menu/Link.php
Line 61 in 5255e71
It's a small thing but necessary
The text was updated successfully, but these errors were encountered: