Skip to content

Commit

Permalink
Fix #30983
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Jul 19, 2017
1 parent 9d9fa01 commit 9a308d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export class SettingsTargetsWidget extends Widget {
this.targetDetails = DOM.append(targetElement, DOM.$('.settings-target-details'));
this.updateLabel();

this.onclick(parent, e => this.showContextMennu(e));
this.onclick(this.settingsTargetsContainer, e => this.showContextMennu(e));

DOM.append(this.settingsTargetsContainer, DOM.$('.settings-target-dropdown-icon.octicon.octicon-triangle-down'));

Expand Down

0 comments on commit 9a308d1

Please sign in to comment.