scale viewer

This commit is contained in:
hamid zarghami
2026-03-14 11:42:10 +03:30
parent b5a454a3fe
commit 27f57084e9
7 changed files with 82 additions and 31 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ const Editor: FC = () => {
isLayersPanelOpen ? "xl:pl-[296px]" : "xl:pl-[80px]"
)}>
<LayersPanel isOpen={isLayersPanelOpen} setIsOpen={setIsLayersPanelOpen} />
<EditorCanvas />
<EditorCanvas catalogSize={data?.data?.size} />
<EditorSidebar />
</div>
)