Add explicit editor init event

This commit is contained in:
James Allen 2018-02-13 08:27:48 +00:00
parent 3802df5cfa
commit 5d3ecdb924

View file

@ -91,8 +91,8 @@ define [
else
editor.setOption('behavioursEnabled', false)
window.editors ||= []
window.editors.push editor
window._debug_editors ||= []
window._debug_editors.push editor
scope.name = attrs.aceEditor
@ -430,6 +430,8 @@ define [
scope.$on '$destroy', () ->
detachFromAce(scope.sharejsDoc)
scope.$emit "#{scope.name}:inited", editor
template: """
<div class="ace-editor-wrapper">
<div