[Feature] 复制行数超过起始到末尾行数时多出的部分行自动新增插入
Open
Nobody has claimed this yet.
good first issue
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
What problem does this feature solve?
复制粘贴时复制行数超过起始到末尾行数则多出部分行自动在尾部新增,比如复制了10行,实际粘贴起始到末尾只剩下5行,剩下的5行自动在尾部新增
What does the proposed API look like?
暂无
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the table's existing copy/paste handling and its row-insertion path. Done means that pasting more rows than remain appends the excess rows at the end; the issue provides no file, test, or API entry point, so confirm the expected behavior with maintainers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100