1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 02:06:29 +00:00

Added spaces

This commit is contained in:
Frank Kanis
2018-04-12 21:51:01 +02:00
parent 7aedb59f26
commit daea604c60

View File

@@ -68,7 +68,7 @@ function moveNote (storageKey, noteKey, newStorageKey, newFolderKey) {
return noteData return noteData
}) })
.then(function moveImages (noteData) { .then(function moveImages (noteData) {
if(oldStorage.path === newStorage.path) { if (oldStorage.path === newStorage.path) {
return noteData return noteData
} else { } else {
const searchImagesRegex = /!\[.*?]\(\s*?\/:storage\/(.*\.\S*?)\)/gi const searchImagesRegex = /!\[.*?]\(\s*?\/:storage\/(.*\.\S*?)\)/gi