3d editoption api added and rotation functionality added
This commit is contained in:
@@ -97,7 +97,6 @@ export const useRightSelected = create<RightSelectStore>((set) => ({
|
||||
setRightSelect: (x) => set({ rightSelect: x }),
|
||||
}));
|
||||
|
||||
|
||||
interface EditWidgetOptionsStore {
|
||||
editWidgetOptions: boolean;
|
||||
setEditWidgetOptions: (value: boolean) => void;
|
||||
|
||||
Reference in New Issue
Block a user