Skip to content

Commit

Permalink
docs: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cuidong626 committed Jun 12, 2023
1 parent f54764e commit 634bcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/x6-sites/docs/tutorial/plugins/clipboard.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ paste(options?: PasteOptions, graph?: Graph): Cell[]
| options.offset | number \| `{ dx: number; dy: number }` | | `20` | 粘贴到画布的节点/边的偏移量。 |
| options.nodeProps | Node.Properties | | - | 粘贴到画布的节点的额外属性。 |
| options.edgeProps | Edge.Properties | | - | 粘贴到画布的边的额外属性。 |
| options.keepCopy | boolean | | - | 粘贴到画布时是否继续保持复制/剪切状态。|
| options.keepCopy | boolean | | true | 粘贴到画布时是否继续保持复制/剪切状态。|
| graph | Graph | | `this` | 粘贴的目标画布,默认粘贴到当前画布。 |

### graph.getCellsInClipboard()
Expand Down

0 comments on commit 634bcc9

Please sign in to comment.