0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed ember-keyboard propagation deprecation notice

no issue

- enabled the new propagation behavior
  - https://github.com/adopted-ember-addons/ember-keyboard/issues/63
  - https://github.com/adopted-ember-addons/ember-keyboard/issues/164
This commit is contained in:
Kevin Ansfield 2022-01-04 09:31:40 +00:00
parent 85ac9f0826
commit b81f5fa340

View file

@ -38,7 +38,8 @@ module.exports = function (environment) {
},
emberKeyboard: {
disableInputsInitializer: true
disableInputsInitializer: true,
propagation: true
},
'@sentry/ember': {