1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 23:59:47 +02:00

WYSIWYG editor now calls Ember parent lifecycle event

Missing ember component event calls added.
This commit is contained in:
sauls8t 2018-02-04 15:50:17 +00:00
parent 1370b2f2b5
commit f967949513
2 changed files with 91 additions and 82 deletions

View file

@ -1,6 +1,7 @@
{{#section/base-editor-inline document=document folder=folder page=page
blockMode=blockMode contentLinkerButton=true onInsertLink=(action 'onInsertLink')
isDirty=(action 'isDirty') onCancel=(action 'onCancel') onAction=(action 'onAction')}}
<div id='#mytoolbar'></div>
<div id={{editorId}} class="mousetrap wysiwyg wysiwyg-editor">
{{{pageBody}}}
</div>