Skip to content

Commit

Permalink
docs: update panning modifiers type
Browse files Browse the repository at this point in the history
  • Loading branch information
cnyballk committed Jan 19, 2024
1 parent 0d24adc commit 735df0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/x6-sites/docs/api/graph/panning.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ interface Options {
`ModifierKey` 的类型定义如下:

```ts
type ModifierKey = string | ('alt' | 'ctrl' | 'meta' | 'shift')[] | null
type ModifierKey = string | ('alt' | 'ctrl' | 'meta' | 'shift' | 'space')[] | null
```
支持以下几种形式:
Expand Down

0 comments on commit 735df0e

Please sign in to comment.