fix: editor select back button (#1098)
This commit is contained in:
@@ -219,7 +219,7 @@ export default {
|
||||
this.isShown = false
|
||||
},
|
||||
goBack() {
|
||||
window.history.go(-2)
|
||||
window.history.go(-1)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user