mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add explicit editor init event
This commit is contained in:
parent
3802df5cfa
commit
5d3ecdb924
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue