Skip to content

Commit 498c21b

Browse files
committed
chore: fix extension warning
Signed-off-by: ayushnirwal <53055971+ayushnirwal@users.noreply.github.com>
1 parent 0402aa1 commit 498c21b

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

packages/frappe-ui-react/src/components/textEditor/textEditor.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,9 @@ const TextEditor = ({
5656
extensions: [
5757
StarterKit.configure({
5858
codeBlock: false,
59-
horizontalRule: {
60-
HTMLAttributes: {
61-
class: "not-prose border-outline-gray-1 m-0",
62-
},
63-
},
59+
strike: false,
60+
blockquote: false,
61+
horizontalRule: false,
6462
...starterkitOptions,
6563
}),
6664
Placeholder.configure({

0 commit comments

Comments
 (0)