From f130f004fb29ea75361871c8c80e950431d290fb Mon Sep 17 00:00:00 2001 From: shadow-light <42055707+shadow-light@users.noreply.github.com> Date: Wed, 16 Jun 2021 22:01:51 +1000 Subject: [PATCH] Correct default for dropcursor color in docs --- docs/src/docPages/api/extensions/dropcursor.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/docPages/api/extensions/dropcursor.md b/docs/src/docPages/api/extensions/dropcursor.md index be71159b..dd8d6356 100644 --- a/docs/src/docPages/api/extensions/dropcursor.md +++ b/docs/src/docPages/api/extensions/dropcursor.md @@ -16,11 +16,11 @@ yarn add @tiptap/extension-dropcursor ``` ## Settings -| Option | Type | Default | Description | -| ------ | -------- | --------- | --------------------------------------------------------------------- | -| color | `String` | `'black'` | Color of the dropcursor. | -| width | `Number` | `1` | Width of the dropcursor. | -| class | `String` | – | One or multiple CSS classes that should be applied to the dropcursor. | +| Option | Type | Default | Description | +| ------ | -------- | ---------------- | --------------------------------------------------------------------- | +| color | `String` | `'currentcolor'` | Color of the dropcursor. | +| width | `Number` | `1` | Width of the dropcursor. | +| class | `String` | – | One or multiple CSS classes that should be applied to the dropcursor. | ## Source code [packages/extension-dropcursor/](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-dropcursor/)