1
0
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:
anasasilva
2018-12-13 17:26:32 +00:00
committed by Junyoung Choi
parent 65926fea73
commit ea6e56842f
2 changed files with 23 additions and 6 deletions

View File

@@ -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