Skip to content

Commit

Permalink
docs: remove api summary
Browse files Browse the repository at this point in the history
  • Loading branch information
wjgogogo committed Dec 6, 2021
1 parent b0a51ef commit 63d821c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function renderSheet(options: S2Options) {
}

describe('SpreadSheet Resize Active Tests', () => {
test('should all resize area by default', () => {
test('should show all resize area by default', () => {
const s2 = renderSheet({} as S2Options);

const group = s2.facet.foregroundGroup;
Expand All @@ -35,7 +35,7 @@ describe('SpreadSheet Resize Active Tests', () => {
expect(group.findById(KEY_GROUP_COL_RESIZE_AREA)).toBeDefined();
});

test('should all resize area when set resize to false', () => {
test('should hide all resize area when set resize to false', () => {
const s2 = renderSheet({
interaction: {
resize: false,
Expand Down
7 changes: 1 addition & 6 deletions s2-site/docs/manual/advanced/interaction/basic.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,7 @@ const s2Options = {
}
```

<details>
<summary>点击查看详情</summary>

`markdown:docs/common/interaction.zh.md`

</details>
[查看具体 API 配置详情](/zh/docs/api/basic-class/interaction#interaction)

## 交互默认样式

Expand Down

0 comments on commit 63d821c

Please sign in to comment.