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