Merge remote-tracking branch 'origin/dev-r3f-wall' into merge/wall-collab
This commit is contained in:
@@ -473,6 +473,7 @@ export const useWidgetSubOption = create<any>((set: any) => ({
|
||||
widgetSubOption: "2D",
|
||||
setWidgetSubOption: (x: any) => set({ widgetSubOption: x }),
|
||||
}));
|
||||
|
||||
export const useLimitDistance = create<any>((set: any) => ({
|
||||
limitDistance: true,
|
||||
setLimitDistance: (x: any) => set({ limitDistance: x }),
|
||||
|
||||
Reference in New Issue
Block a user