New binding mechanism: Expression tracking
This commit is contained in:
@@ -129,7 +129,7 @@ public class CommandPalette
|
||||
};
|
||||
|
||||
root.WithPropertyChangedHandler(r => r.IsVisible,
|
||||
(_, _, isVisible) =>
|
||||
(_, isVisible) =>
|
||||
{
|
||||
if (isVisible)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user