diff --git a/frontend/src/app/main/ui/workspace/sidebar/assets/graphics.cljs b/frontend/src/app/main/ui/workspace/sidebar/assets/graphics.cljs index 73fd831dc..33f54b614 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/assets/graphics.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/assets/graphics.cljs @@ -140,6 +140,8 @@ (when visible? [:* [:img {:src (when visible? (cf/resolve-file-media object true)) + :loading "lazy" + :decoding "async" :draggable false}] ;; Also need to add css pointer-events: none (let [renaming? (= renaming (:id object))]