Skip to content

Commit 6e6936b

Browse files
committed
fix: format
1 parent a7a1f1d commit 6e6936b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/decap-cms-widget-richtext/src/RichtextControl/VisualEditor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ export default function VisualEditor(props) {
7575
}
7676

7777
function handleChange({ value }) {
78-
7978
const mdValue = slateToMarkdown(
8079
value,
8180
{ voidCodeBlock: !!codeBlockComponent },

packages/decap-cms-widget-richtext/src/RichtextControl/plugins/ExtendedBlockquotePlugin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ function isWithinBlockquote(editor, entry) {
88
}
99

1010
function queryNode(editor, entry, { empty, first, start, collapsed }) {
11-
1211
return (
1312
(!empty || editor.api.isEmpty(entry[1])) &&
1413
(!first || !PathApi.hasPrevious(entry[1])) &&

0 commit comments

Comments
 (0)