Disable selection animation for now
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
namespace Wallet;
|
||||
|
||||
public record Wallet<TSender>(TSender Sender);
|
||||
public record Wallet<TValue>(TValue Value);
|
||||
|
||||
public record Wallet;
|
||||
Reference in New Issue
Block a user