Skip to content

Commit

Permalink
chore(demo): fix table error
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed Jun 17, 2021
1 parent 6e5f77c commit daf240b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/app/tables/tables.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<slate-editable class="demo-slate-angular-editor" [editor]="editor" [(ngModel)]="value"
(ngModelChange)="valueChange($event)" [renderText]="renderText" [renderElement]="renderElement()">
<ng-template #tableTemplate let-context="context" let-viewContext="viewContext">
<table slateElement [context]="context" [viewContext]="viewContext">
<table contenteditable="true" slateElement [context]="context" [viewContext]="viewContext">
</table>
</ng-template>
<ng-template #trTemplate let-context="context" let-viewContext="viewContext">
Expand Down

0 comments on commit daf240b

Please sign in to comment.