fix: move no longer crash for non-existant sub-directory dest

This commit is contained in:
NGPixel
2017-06-01 20:30:32 -04:00
parent 4632330d7c
commit 36a6bc0827
2 changed files with 45 additions and 42 deletions

View File

@@ -9,7 +9,7 @@ block rootNavRight
a.button.is-outlined(v-on:click='$store.dispatch("modalDiscardPage/open")')
i.icon-cross
span= t('nav.discard')
a.button(v-on:click='$root.$emit("editor-save")')
a.button(v-on:click='$root.$emit("editor/save")')
i.icon-check
span= t('nav.savedocument')