Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix InfoDisplayPanel after list command is executed #197

Conversation

kwekke
Copy link

@kwekke kwekke commented Nov 4, 2019

No description provided.

@t-cheepeng t-cheepeng added this to the v1.4 milestone Nov 4, 2019
private void handleShowExerciseList() {
if (!(resourceListPanelPlaceholder.getSelectionModel().getSelectedItem().equals(exerciseListTabPlaceholder))) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please abstract this check into a method. DRY 👍

Copy link

@t-cheepeng t-cheepeng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@t-cheepeng t-cheepeng merged commit f0a40ce into AY1920S1-CS2103T-T09-2:master Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants