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:
parent
85ac9f0826
commit
b81f5fa340
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ module.exports = function (environment) {
|
||||||
},
|
},
|
||||||
|
|
||||||
emberKeyboard: {
|
emberKeyboard: {
|
||||||
disableInputsInitializer: true
|
disableInputsInitializer: true,
|
||||||
|
propagation: true
|
||||||
},
|
},
|
||||||
|
|
||||||
'@sentry/ember': {
|
'@sentry/ember': {
|
||||||
|
|
Loading…
Add table
Reference in a new issue