fix: editor select back button (#1098)

This commit is contained in:
Nicolas Giard
2019-10-14 13:07:49 -04:00
committed by GitHub
parent f7ddd56bac
commit 0f079e2d5f
3 changed files with 5 additions and 5 deletions

View File

@@ -219,7 +219,7 @@ export default {
this.isShown = false
},
goBack() {
window.history.go(-2)
window.history.go(-1)
}
}
}