1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00

Improve position of WYSIWYG editor toolbar

This commit is contained in:
sauls8t 2018-02-08 12:12:27 +00:00
parent 1ef8807b2d
commit 8f0440d55f
3 changed files with 7 additions and 6 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={{toolbarId}}></div>
<div id={{editorId}} class="mousetrap wysiwyg wysiwyg-editor">
{{{pageBody}}}
</div>