Skip to content

Commit 4809ab1

Browse files
committed
chore: lint ์„ค์ •
1 parent b17dd8d commit 4809ab1

File tree

1 file changed

+0
-5
lines changed
  • client/src/features/editor/components/block

1 file changed

+0
-5
lines changed

โ€Žclient/src/features/editor/components/block/Block.tsxโ€Ž

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,6 @@ export const Block: React.FC<BlockProps> = memo(
107107
block,
108108
},
109109
});
110-
const [textStyle, setTextStyle] = useState<string>(
111-
block.crdt.LinkedList.spread()
112-
.map((char) => char.style)
113-
.join(""),
114-
);
115110

116111
// ํ˜„์žฌ ๋“œ๋ž˜๊ทธ ์ค‘์ธ ๋ถ€๋ชจ ๋ธ”๋ก์˜ indent ํ™•์ธ
117112
const isChildOfDragging = dragBlockList.some((item) => item === data.id);

0 commit comments

Comments
ย (0)