mirror of
https://github.com/logseq/logseq.git
synced 2026-05-29 06:59:36 +00:00
fix: catch clause
This commit is contained in:
@@ -78,7 +78,7 @@ export function usePaste(context: LogseqContextValue) {
|
||||
}
|
||||
imageAssetsToCreate.push(asset)
|
||||
return true
|
||||
} finally {
|
||||
} catch {
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user