mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
Error message when the image path is wrong
This commit is contained in:
committed by
Junyoung Choi
parent
65926fea73
commit
ea6e56842f
@@ -923,6 +923,8 @@ class NoteList extends React.Component {
|
||||
.then((newcontent) => {
|
||||
note.content = newcontent
|
||||
|
||||
dataApi.updateNote(storage.key, note.key, note)
|
||||
|
||||
dispatch({
|
||||
type: 'UPDATE_NOTE',
|
||||
note: note
|
||||
|
||||
Reference in New Issue
Block a user