Merge remote-tracking branch 'origin/main-dev' into main-demo

This commit is contained in:
2025-07-11 13:15:26 +05:30
7 changed files with 151 additions and 58 deletions

View File

@@ -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 }),
}));