You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
This commit is contained in:
@ -391,8 +391,7 @@ function NoteEditor(props: NoteEditorProps) {
|
|||||||
noteId: formNoteRef.current.id,
|
noteId: formNoteRef.current.id,
|
||||||
percent: event.percent,
|
percent: event.percent,
|
||||||
});
|
});
|
||||||
// eslint-disable-next-line @seiyab/react-hooks/exhaustive-deps -- Old code before rule was applied
|
}, [props.dispatch]);
|
||||||
}, [props.dispatch, formNote]);
|
|
||||||
|
|
||||||
function renderNoNotes(rootStyle: any) {
|
function renderNoNotes(rootStyle: any) {
|
||||||
const emptyDivStyle = {
|
const emptyDivStyle = {
|
||||||
|
Reference in New Issue
Block a user