mirror of
https://github.com/ppy/osu.git
synced 2025-03-17 15:47:20 +08:00
Fix wrong disable
This commit is contained in:
parent
34e2540331
commit
df2dcf85b4
@ -41,7 +41,7 @@ namespace osu.Game.Graphics.Containers.Markdown
|
||||
// but markdig is a transitive dependency from framework, wherein we are locked to 0.23.0
|
||||
// (https://github.com/ppy/osu-framework/blob/9746d7d06f48910c05a24687a25f435f30d12f8b/osu.Framework/osu.Framework.csproj#L52C1-L54)
|
||||
// Therefore...
|
||||
// ReSharper disable once ConstantConditionalAccessQualifier
|
||||
// ReSharper disable once ConditionalAccessQualifierIsNonNullableAccordingToAPIContract
|
||||
bool isOrdered = ((ListBlock)listItemBlock.Parent)?.IsOrdered == true;
|
||||
|
||||
OsuMarkdownListItem childContainer = CreateListItem(listItemBlock, level, isOrdered);
|
||||
|
Loading…
x
Reference in New Issue
Block a user