mirror of
https://github.com/blossom-editor/blossom
synced 2024-11-17 22:48:03 +08:00
修复重新登录后无法选择最后选中文章的问题
This commit is contained in:
parent
e642d0593d
commit
7babd9bd66
@ -218,6 +218,7 @@ watch(
|
||||
(_newId: number, _oldId: number) => {
|
||||
curDoc.value = undefined
|
||||
curActiveDoc.value = undefined
|
||||
curArticle.value = undefined
|
||||
setDoc('')
|
||||
}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user