mirror of
https://github.com/ppy/osu
synced 2024-12-13 18:37:04 +00:00
remove schedule in set current path
This commit is contained in:
parent
02f0e2f212
commit
eeb6647bc5
@ -14,7 +14,7 @@ namespace osu.Game.Overlays.Wiki.Markdown
|
||||
{
|
||||
public string CurrentPath
|
||||
{
|
||||
set => Schedule(() => DocumentUrl += $"wiki/{value}");
|
||||
set => DocumentUrl = $"{DocumentUrl}wiki/{value}";
|
||||
}
|
||||
|
||||
protected override void AddMarkdownComponent(IMarkdownObject markdownObject, FillFlowContainer container, int level)
|
||||
|
Loading…
Reference in New Issue
Block a user