Merge remote-tracking branch 'origin/main-dev' into main-demo
This commit is contained in:
@@ -730,6 +730,6 @@ export const useSelectedComment = create<any>((set: any) => ({
|
||||
setCommentPositionState: (x: any) => set({ commentPositionState: x }),
|
||||
}));
|
||||
export const useSelectedPath = create<any>((set: any) => ({
|
||||
selectedPath: "",
|
||||
selectedPath: "auto",
|
||||
setSelectedPath: (x: any) => set({ selectedPath: x }),
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user