Skip to content

Commit

Permalink
fix: remove empty dom wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Apr 30, 2020
1 parent 36cbd87 commit 5f176e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib/ngx-editor.component.html
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
<div class="NgxEditor-Wrapper">
<div #ngxEditor></div>
</div>
<div class="NgxEditor-Wrapper" #ngxEditor></div>

0 comments on commit 5f176e1

Please sign in to comment.