Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
Martha Cryan committed Jul 14, 2021
1 parent eefe75b commit d77c5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/widgets/src/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ class Menu extends Widget {
/**
* A message handler invoked on an `'activate-request'` message.
*/
protected onActivateRequest(msg: Message): void {
protected onActivateRequest(msg: Message): void {
if (this.isAttached) {
this.node.focus();
}
Expand Down

0 comments on commit d77c5e8

Please sign in to comment.