1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-25 08:44:24 -06:00

ページバック前に判定を追加 ()

This commit is contained in:
fuyu 2020-02-03 21:05:13 +09:00 committed by GitHub
parent 93457eacf7
commit 2a5a055d1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -251,7 +251,7 @@ export default Vue.extend({
methods: {
back() {
window.history.back();
if (this.canBack) window.history.back();
},
post() {