Skip to content

Commit

Permalink
docs: typo fix (antvis#3648)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikxin authored Jun 6, 2023
1 parent 9684766 commit 2421fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sites/x6-sites/docs/api/graph/panning.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ type ModifierKey = string | ("alt" | "ctrl" | "meta" | "shift")[] | null;

触发画布平移的交互方式。支持三种形式或者他们之间的组合:

- `leftMouseDown`: 按下鼠标左键逸东进行拖拽
- `rightMouseDown`: 按下鼠标右键逸东进行拖拽
- `leftMouseDown`: 按下鼠标左键移动进行拖拽
- `rightMouseDown`: 按下鼠标右键移动进行拖拽
- `mouseWheel`: 使用鼠标滚轮拖拽

## 方法
Expand Down

0 comments on commit 2421fa3

Please sign in to comment.