Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
swarnadipa-dev committed Aug 2, 2023
1 parent ecab40c commit 9395378
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions elements/nuxeo-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -670,12 +670,9 @@ Polymer({
this.removeAttribute('unresolved');

Performance.mark('nuxeo-app.ready');
this.$.menu.addEventListener(
'keyup',
(event) => {
this._toggleDrawer(event, { detail: event.target.getAttribute('name') });
},
);
this.$.menu.addEventListener('keyup', (event) => {
this._toggleDrawer(event, { detail: event.target.getAttribute('name') });
});
},

_resetTaskSelection() {
Expand Down

0 comments on commit 9395378

Please sign in to comment.