File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/@batch-flask/ui/file/file-explorer/file-tree-view Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2727 (keydown) ="handleKeyboardNavigation($event) "
2828 (contextmenu) ="showContextMenu($event) ">
2929
30+ < p *ngIf ="treeRows.length === 0 " tabindex ="0 " class ="tree-view-empty "> {{'file-explorer.noFiles' | i18n }}</ p >
31+ < p *ngIf ="fileNavigator.error " tabindex ="0 " class ="tree-view-error "> {{fileNavigator.error.message}}</ p >
32+
3033 < div class ="tree-rows-container "
3134 [class.drop-target] ="dropTargetPath === '' "
3235 (dragenter) ="dragEnterRow($event) "
3336 (dragleave) ="dragLeaveRow($event) "
3437 (dragover) ="handleDragHover($event) "
3538 (drop) ="handleDropOnRow($event) ">
36- < div *ngIf ="treeRows.length === 0 " class ="tree-view-empty "> {{'file-explorer.noFiles' | i18n }}</ div >
37- < div *ngIf ="fileNavigator.error " class ="tree-view-error "> {{fileNavigator.error.message}}</ div >
3839
3940 < bl-file-tree-view-row *ngFor ="let treeRow of treeRows; let i = index; trackBy: treeRowTrackBy "
4041 id ="{{id}}-row-{{i}} "
You can’t perform that action at this time.
0 commit comments