mirror of
https://github.com/heyman/heynote.git
synced 2025-06-20 09:37:50 +02:00
Minor formatting
This commit is contained in:
parent
1b3665b7b6
commit
662a234377
@ -112,7 +112,7 @@ const noteBlockWidget = () => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
return [noteBlockStartField];
|
return noteBlockStartField;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@ -233,7 +233,6 @@ const preventSelectionBeforeFirstBlock = EditorState.transactionFilter.of((tr) =
|
|||||||
export const noteBlockExtension = () => {
|
export const noteBlockExtension = () => {
|
||||||
return [
|
return [
|
||||||
blockState,
|
blockState,
|
||||||
|
|
||||||
noteBlockWidget(),
|
noteBlockWidget(),
|
||||||
atomicNoteBlock,
|
atomicNoteBlock,
|
||||||
blockLayer(),
|
blockLayer(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user