Skip to content

Commit

Permalink
Update view.js (lutzroeder#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Mar 4, 2023
1 parent 5c31892 commit 07a5a23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -1019,6 +1019,7 @@ view.Menu = class {
this._darwin = this._host.environment('platform') === 'darwin';
this._accelerators = new Map();
this._stack = [];
this._root = [];
this._buttons = [];
this._codes = new Map([
[ 'Backspace', 0x08 ], [ 'Enter', 0x0D ],
Expand Down

0 comments on commit 07a5a23

Please sign in to comment.