Commit 7592e5fe authored by Johnny's avatar Johnny

fix: masonry state

parent d6be20b9
......@@ -32,6 +32,7 @@ const MemoFilters = () => {
memoFilterStore.setState({
filters: parseFilterQuery(filtersInURL),
orderByTimeAsc: orderByTimeAscInURL,
masonry: memoFilterStore.masonry,
});
} else if (lastUpdateRef.current === "store") {
// Sync Store -> URL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment