фикс
This commit is contained in:
@@ -17,8 +17,6 @@ internal sealed class CommandsRegistry
|
||||
/// </summary>
|
||||
public CommandsRegistry Map<TPage>(string commandTemplate, bool publish = false, string? description = null) where TPage : Page
|
||||
{
|
||||
var pattern = ToRegex(commandTemplate);
|
||||
|
||||
return Map(commandTemplate, (ctx, args, ct) => ctx.Navigation.GoToAsync<TPage>(ctx, ct), publish, description);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user