Skip to content

Commit

Permalink
fix: remove virtual scroll for helper
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 14, 2020
1 parent cbeab6d commit a69ddff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<textarea matInput cols="25" [ngModel]="content" (ngModelChange)="term$.next($event)"></textarea>
</as-split-area>
<as-split-area size="70" #area2="asSplitArea">
<ledge-render class="sample" [content]="content" virtualScroll="true"></ledge-render>
<ledge-render class="sample" [content]="content"></ledge-render>
</as-split-area>
</as-split>

0 comments on commit a69ddff

Please sign in to comment.