Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
调整细节
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiichiamane committed Oct 15, 2019
1 parent fa59a19 commit bd93f25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PixivFSUWP/IllustDetailPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ private async void btnPublishComment_Click(object sender, RoutedEventArgs e)
txtComment.IsEnabled = true;
btnPublishComment.IsEnabled = true;
btnNewComment.IsEnabled = true;
txtComment.Text = "";
}
}
}
Expand Down

0 comments on commit bd93f25

Please sign in to comment.