3d editoption api added and rotation functionality added

This commit is contained in:
2025-04-04 18:47:47 +05:30
parent 46d4308f9a
commit baed3cd98b
22 changed files with 637 additions and 448 deletions

View File

@@ -97,7 +97,6 @@ export const useRightSelected = create<RightSelectStore>((set) => ({
setRightSelect: (x) => set({ rightSelect: x }),
}));
interface EditWidgetOptionsStore {
editWidgetOptions: boolean;
setEditWidgetOptions: (value: boolean) => void;