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:
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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user