no start content in prosemirror example

This commit is contained in:
Kevin Jahns
2018-11-26 16:16:46 +01:00
parent 656d85c62e
commit 70a0a03130
4 changed files with 62 additions and 4 deletions

View File

@@ -43,10 +43,7 @@
<body>
<div class="code-html">
<div id="editor" style="margin-bottom: 23px"></div>
<div style="display: none" id="content">
<h3>Hello User</h3>
<p>type here ...</p>
</div>
<div style="display: none" id="content"></div>
</div>
<script class="code-js" src="./build/prosemirror.js">
import * as Y from 'yjs'