diff --git a/src/main/frontend/extensions/pdf/core.cljs b/src/main/frontend/extensions/pdf/core.cljs index 46e683286..9b7006275 100644 --- a/src/main/frontend/extensions/pdf/core.cljs +++ b/src/main/frontend/extensions/pdf/core.cljs @@ -371,7 +371,7 @@ (when-let [vw-bounding (get-in vw-hl [:position :bounding])] (let [{:keys [color]} (:properties hl)] [:div.extensions__pdf-hls-area-region - {:id id + {:id (str "hl_" id) :ref *el :style vw-bounding :data-color color