mirror of
https://github.com/r2r90/canvas-label.git
synced 2025-12-18 21:19:48 +00:00
Started layer block function
Started legacy function
This commit is contained in:
@@ -14,6 +14,7 @@ import { Toolbar } from "@/components/toolbar";
|
||||
import TransformableText from "@/components/transformable-text";
|
||||
import LayerBorder from "@/components/layer-border";
|
||||
import { CANVAS_PADDING_X, CANVAS_PADDING_Y } from "@/consts/canvas-params";
|
||||
import Legacy from "@/components/layout/sidebar/legacy";
|
||||
|
||||
const Canvas = () => {
|
||||
const dispatch = useAppDispatch();
|
||||
@@ -129,7 +130,7 @@ const Canvas = () => {
|
||||
}
|
||||
})}
|
||||
</Layer>
|
||||
{/*<Legales />*/}
|
||||
<Legacy stageParams={stage} />
|
||||
|
||||
<LayerBorder />
|
||||
</Stage>
|
||||
|
||||
Reference in New Issue
Block a user