1
0
Эх сурвалжийг харах

fix: imported pdf annotation image not showing up

in pdf viewer under Outline > Highlights
Gabriel Horner 5 сар өмнө
parent
commit
6b3240f4b5

+ 1 - 1
deps/graph-parser/src/logseq/graph_parser/exporter.cljs

@@ -1048,7 +1048,7 @@
                     {:block/uuid (:id m)
                      :block/order (db-order/gen-key)
                      :logseq.property/ls-type :annotation
-                     :logseq.property.pdf/hl-value (dissoc m :id)
+                     :logseq.property.pdf/hl-value m
                      :logseq.property/asset [:block/uuid (:block/uuid parent-asset)]
                      :block/tags [:logseq.class/Pdf-annotation]
                      :block/parent [:block/uuid (:block/uuid parent-asset)]