mirror of
https://github.com/r2r90/canvas-label.git
synced 2025-12-21 21:19:37 +00:00
Started snapping objects
This commit is contained in:
@@ -60,7 +60,9 @@ const Canvas = () => {
|
||||
<div className="relative flex h-full w-full flex-col items-center">
|
||||
<Toolbar />
|
||||
<div
|
||||
className={"flex h-full w-full items-center justify-center"}
|
||||
className={
|
||||
"vertical-line horizontal-line flex h-full w-full items-center justify-center"
|
||||
}
|
||||
onClick={(e) => {
|
||||
if (e.target !== e.currentTarget) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user