forked from mirrors/misskey
clean up
This commit is contained in:
@@ -123,7 +123,7 @@ function mount() {
|
||||
function back() {
|
||||
const prev = tabs.value[tabs.value.length - 2];
|
||||
tabs.value = [...tabs.value.slice(0, tabs.value.length - 1)];
|
||||
router.replace(prev.path, prev.key);
|
||||
router.replace(prev.path);
|
||||
}
|
||||
|
||||
router.addListener('replace', onReplace);
|
||||
|
||||
Reference in New Issue
Block a user