mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: masonry state
This commit is contained in:
@@ -32,6 +32,7 @@ const MemoFilters = () => {
|
|||||||
memoFilterStore.setState({
|
memoFilterStore.setState({
|
||||||
filters: parseFilterQuery(filtersInURL),
|
filters: parseFilterQuery(filtersInURL),
|
||||||
orderByTimeAsc: orderByTimeAscInURL,
|
orderByTimeAsc: orderByTimeAscInURL,
|
||||||
|
masonry: memoFilterStore.masonry,
|
||||||
});
|
});
|
||||||
} else if (lastUpdateRef.current === "store") {
|
} else if (lastUpdateRef.current === "store") {
|
||||||
// Sync Store -> URL
|
// Sync Store -> URL
|
||||||
|
Reference in New Issue
Block a user