1
0
Peng Xiao 3 жил өмнө
parent
commit
d9abfac89f

+ 1 - 1
tldraw/apps/tldraw-logseq/src/hooks/usePaste.ts

@@ -78,7 +78,7 @@ export function usePaste(context: LogseqContextValue) {
             }
             imageAssetsToCreate.push(asset)
             return true
-          } finally {
+          } catch {
             return false
           }
         }