Skip to content

Commit

Permalink
Make the editor tag a div instead of a section
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarX committed Jul 10, 2024
1 parent b139554 commit a6b25f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rich-html-editor/src/main/assets/editor_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
</head>
<body style="height: fit-content;">
<!-- The id of this HTML tag is shared across multiple files and needs to remain the same -->
<section contenteditable="true" id="editor" style="outline: none; min-height: 1rem;"></section>
<div contenteditable="true" id="editor" style="outline: none; min-height: 1rem;"></div>
</body>
</html>

0 comments on commit a6b25f6

Please sign in to comment.