mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Only show placeholder when notebook isn't loading (#3863)
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
<text-cell-component *ngIf="cell.cellType === 'markdown'" [cellModel]="cell" [model]="model" [activeCellId]="activeCellId">
|
<text-cell-component *ngIf="cell.cellType === 'markdown'" [cellModel]="cell" [model]="model" [activeCellId]="activeCellId">
|
||||||
</text-cell-component>
|
</text-cell-component>
|
||||||
</div>
|
</div>
|
||||||
<div class="notebook-cell" *ngIf="!cells.length">
|
<div class="notebook-cell" *ngIf="!cells.length && !isLoading">
|
||||||
<placeholder-cell-component [cellModel]="cell" [model]="model">
|
<placeholder-cell-component [cellModel]="cell" [model]="model">
|
||||||
</placeholder-cell-component>
|
</placeholder-cell-component>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user