mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-06 00:33:51 +09:00
ページバック前に判定を追加 (#5822)
This commit is contained in:
@ -251,7 +251,7 @@ export default Vue.extend({
|
||||
|
||||
methods: {
|
||||
back() {
|
||||
window.history.back();
|
||||
if (this.canBack) window.history.back();
|
||||
},
|
||||
|
||||
post() {
|
||||
|
Reference in New Issue
Block a user