mirror of
https://gitee.com/blossom-editor/blossom.git
synced 2025-12-06 16:58:26 +08:00
fix: picture next page and picture transfer
This commit is contained in:
parent
9fe08dce23
commit
9f2a239849
@ -235,9 +235,6 @@ const storePath = computed(() => {
|
||||
})
|
||||
|
||||
const curIsFolder = () => {
|
||||
if (isNull(curFolder)) {
|
||||
return false
|
||||
}
|
||||
if (isNull(curFolder.value)) {
|
||||
return false
|
||||
}
|
||||
|
||||
@ -69,7 +69,7 @@ const transfer = () => {
|
||||
if (props.ids.size <= 0) {
|
||||
return
|
||||
}
|
||||
if (isNull(targetDoc) || isNull(targetDoc.value)) {
|
||||
if (isNull(targetDoc.value)) {
|
||||
return
|
||||
}
|
||||
isLoading.value = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user