Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Class value 'selected' disappears when dismount another element #215

@baur

Description

@baur

Class value 'selected' disappears when dismounting another element

return <Container maxWidth='lg' sx={{mt: '20px'}}>
        <FileBrowser
            files={files}
            icons={Icons.FontAwesome(4)}
            headerRenderer={null}
            onSelectFile={onSelect}
            detailRenderer={() => null}
            canFilter={true}
        />
    </Container>
...
      <FileNavigator onSelect={fileSelectHandler} />
        {!isHomePage && <OnlyOffice config={{ ...config }} />}
...

className

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions