mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Fixed an error on the KoenigBasicHtmlTextarea
refs https://github.com/TryGhost/Team/issues/1206 - Backspace was triggering the error due to undefined `SPECIAL_MARKUPS`
This commit is contained in:
parent
67ec0318a2
commit
042a772ebe
@ -110,6 +110,8 @@ export default Component.extend({
|
||||
|
||||
init() {
|
||||
this._super(...arguments);
|
||||
|
||||
this.SPECIAL_MARKUPS = SPECIAL_MARKUPS;
|
||||
},
|
||||
|
||||
didReceiveAttrs() {
|
||||
|
Loading…
Reference in New Issue
Block a user