mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-02 12:07:44 +08:00
fix(module: descriptions): remove invalid messages in Console (#3012)
This commit is contained in:
parent
2013477f66
commit
9abfe3ed95
@ -139,10 +139,6 @@ namespace AntDesign
|
||||
|
||||
if (width >= _realColumn)
|
||||
{
|
||||
if (width > _realColumn)
|
||||
{
|
||||
//Console.WriteLine(@$"""Column"" is {_realColumn} but we have row length ${width}");
|
||||
}
|
||||
currentRow.Add((item, _realColumn - (width - item.Span)));
|
||||
FlushRow();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user