Skip to content

Commit

Permalink
ember-keyboard: Enable propagation option
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Dec 7, 2021
1 parent 8ddb9b1 commit d87f955
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ module.exports = function (environment) {
},
emberKeyboard: {
disableInputsInitializer: true,

// see https://github.com/adopted-ember-addons/ember-keyboard/pull/499
propagation: true,
},
};

Expand Down

0 comments on commit d87f955

Please sign in to comment.