{this.props.isTreeDataLoading ?
() :
()
}
{this.state.isAddFolderDialogShow && (
)}
{this.state.isAddFileDialogShow && (
)}
{this.state.isRenameDialogShow && (
)}
{this.state.isDeleteDialogShow && (
)}
{this.state.isCopyDialogShow && (
)}
{this.state.isMoveDialogShow && (
)}
{this.state.isNodeImagePopupOpen && (
)}
);
}
}
DirColumnNav.defaultProps={
navRate: 0.25
};
DirColumnNav.propTypes = propTypes;
export default DirColumnNav;