Skip to content

Commit

Permalink
change demo button
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Kühn authored and Philipp Kühn committed Dec 16, 2021
1 parent e3f2829 commit f89abbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/src/Experiments/All/JS/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<button onclick="editor.chain().focus().toggleBold().run()">
bold
<button onclick="editor.chain().focus().toggleHeading({ level: 1 }).run()">
h1
</button>

<div class="element"></div>
Expand Down

0 comments on commit f89abbe

Please sign in to comment.