Refactoring cursor to be stored in store as key only. A few issues remain.
This commit is contained in:
@@ -24,7 +24,7 @@ export const useMainStore = defineStore({
|
||||
error: '' as string,
|
||||
connected: false,
|
||||
gallery: false,
|
||||
cursor: shallowRef<Doc | null>(null),
|
||||
cursor: '' as string,
|
||||
server: {} as Record<string, any>,
|
||||
prefs: {
|
||||
sortListing: '' as SortOrder,
|
||||
|
||||
Reference in New Issue
Block a user