mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
fix entry name not being set to the new one
This commit is contained in:
parent
2766d133c6
commit
c3a2f12719
@ -134,6 +134,8 @@ namespace Bloxstrap.UI.Elements.Menu.Pages
|
||||
if (!newName.Contains(_searchFilter))
|
||||
ClearSearch();
|
||||
|
||||
entry.Name = newName;
|
||||
|
||||
break;
|
||||
|
||||
case "Value":
|
||||
|
Loading…
Reference in New Issue
Block a user