feat: recover scrolled position after Library re-opening (#6624)

Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
Arnost Pleskot
2023-05-31 10:22:02 +02:00
committed by GitHub
parent a91e401554
commit 1e3c94a37a
6 changed files with 129 additions and 49 deletions

View File

@@ -58,6 +58,7 @@ export const LibraryUnit = ({
"library-unit__active": elements,
"library-unit--hover": elements && isHovered,
"library-unit--selected": selected,
"library-unit--skeleton": !svg,
})}
onMouseEnter={() => setIsHovered(true)}
onMouseLeave={() => setIsHovered(false)}