Skip to content

Commit

Permalink
chore(text-editor): remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
LucyChyzhova authored and Kiarokh committed Nov 22, 2024
1 parent 05d0f54 commit b200e30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export class ProsemirrorAdapter {
public render() {
return (
<Host onFocus={this.handleFocus}>
<div id="editor" />,
<div id="editor" />
<div class="toolbar">
<limel-action-bar
ref={(el) => (this.actionBarElement = el)}
Expand Down

0 comments on commit b200e30

Please sign in to comment.