Added richeditor init event

This commit is contained in:
Jack Wilkinson 2022-08-19 19:16:32 +01:00
parent 7e41a5992d
commit 2508376f09

View File

@ -238,6 +238,8 @@
}
this.$el.on('keydown', '.fr-view figure', this.proxy(this.onFigureKeydown))
snowboard.globalEvent("richEditorInit", this);
}
RichEditor.prototype.dispose = function() {