1
0
mirror of https://github.com/wintercms/winter.git synced 2024-06-28 05:33:29 +02:00

Added richeditor init event

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

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