mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fixed unit test
This commit is contained in:
@@ -78,7 +78,7 @@ public class ApplicationNavigation
|
||||
return;
|
||||
}
|
||||
|
||||
Debug.Assert(value is {});
|
||||
//Debug.Assert(value is {});
|
||||
|
||||
_focused = value;
|
||||
|
||||
|
||||
@@ -595,7 +595,6 @@ public partial class View // Focus and cross-view navigation management (TabStop
|
||||
newFocusedView = SuperView;
|
||||
}
|
||||
|
||||
|
||||
// Are we an Adornment?
|
||||
if (this is Adornment ad)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user