mirror of
https://github.com/usememos/memos.git
synced 2025-03-04 01:04:38 +08:00
fix: masonry state
This commit is contained in:
parent
d6be20b917
commit
7592e5fe76
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ const MemoFilters = () => {
|
|||
memoFilterStore.setState({
|
||||
filters: parseFilterQuery(filtersInURL),
|
||||
orderByTimeAsc: orderByTimeAscInURL,
|
||||
masonry: memoFilterStore.masonry,
|
||||
});
|
||||
} else if (lastUpdateRef.current === "store") {
|
||||
// Sync Store -> URL
|
||||
|
|
Loading…
Reference in a new issue