mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-14 13:00:09 +02:00
feat: recover scrolled position after Library re-opening (#6624)
Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
@@ -58,9 +58,11 @@ function LibraryRow({
|
||||
|
||||
const EmptyLibraryRow = () => (
|
||||
<Stack.Row className="library-menu-items-container__row" gap={1}>
|
||||
<Stack.Col>
|
||||
<div className={clsx("library-unit")} />
|
||||
</Stack.Col>
|
||||
{Array.from({ length: ITEMS_PER_ROW }).map((_, index) => (
|
||||
<Stack.Col key={index}>
|
||||
<div className={clsx("library-unit", "library-unit--skeleton")} />
|
||||
</Stack.Col>
|
||||
))}
|
||||
</Stack.Row>
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user