Skip to content

Commit 522bb12

Browse files
committed
adding elements scroll to bottom
1 parent a1f6a72 commit 522bb12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/components/main/CanvasContainer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ function CanvasContainer(props: CanvasContainerProps): JSX.Element {
7474
if (
7575
container &&
7676
allElements &&
77-
allElements.clientHeight > container.clientHeight &&
7877
state.components[0].children.length > 0
7978
) {
8079
container.scrollTop = container.scrollHeight;

0 commit comments

Comments
 (0)