mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 01:06:30 +00:00
fix keyboard event retrieving for dataset explorer
This commit is contained in:
@@ -16,6 +16,8 @@ public partial class Login
|
||||
|
||||
private void LoginClick(object sender, RoutedEventArgs e)
|
||||
{
|
||||
LoginBtn.Cursor = Cursors.Wait;
|
||||
Cursor = Cursors.Wait;
|
||||
CredentialsEntered?.Invoke(this, new ApiCredentials(TbEmail.Text, TbPassword.Password));
|
||||
Close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user