Fixed #3287 adding loading-spinner to markdown cell (#3505)

This commit is contained in:
Yurong He
2018-12-07 13:07:00 -08:00
committed by GitHub
parent 049678b32e
commit 944a77fe42
2 changed files with 16 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
*--------------------------------------------------------------------------------------------*/
-->
<div style="overflow: hidden; width: 100%; height: 100%; display: flex; flex-flow: column">
<loading-spinner [loading]="isLoading"></loading-spinner>
<div class="notebook-text" style="flex: 0 0 auto;">
<code-component *ngIf="isEditMode" [cellModel]="cellModel" (onContentChanged)="handleContentChanged()" [model]="model" [activeCellId]="activeCellId" [hideVerticalToolbar]=true>
</code-component>