Skip to content

Conversation

@huanhuanwa
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Jul 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
plait ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 2, 2024 3:13am
plait-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 2, 2024 3:13am

const selectElement = isSelectedElement(board, hitElement);
if (
(selectElement && isSingleSelectElementByTable(board)) ||
(!selectElement && !isCornerHandle(board, handleRef.handle))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个条件是啥,记得不

});
}

function getResizeCellDirection(handleIndex: number) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

start 和 end 概念的抽取需要讨论下

return index;
}

function getResizeColumnOrRowSize(board: PlaitBoard, element: PlaitBaseTable, index: number, isRow: boolean) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getCurrentRowHeightOrColumnWidth vs getMinColumnWidthOrRowHeight

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants