We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d28eb commit fc025bcCopy full SHA for fc025bc
test/UnitTest/Components/TabTest.cs
@@ -33,6 +33,7 @@ public async Task ContextMenu_Ok()
33
pb.AddChildContent<Tab>(pb =>
34
{
35
pb.Add(a => a.ShowContextMenu, true);
36
+ pb.Add(a => a.ShowContextMenuFullScreen, true);
37
pb.AddChildContent<TabItem>(pb =>
38
39
pb.Add(a => a.IsDisabled, true);
0 commit comments