소스 검색

update comments in line with clojure standard

Aryan Sawhney 3 년 전
부모
커밋
03c3a413c9
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/main/frontend/components/block.cljs

+ 2 - 1
src/main/frontend/components/block.cljs

@@ -2788,7 +2788,8 @@
                                :else title)]
            [:span.opacity-60.text-sm.ml-2.results-count
             (str (count transformed-query-result) " results")]]
-           [:a.opacity-70.hover:opacity-100.svg-small.inline ;add an edit button
+           ;;insert an "edit" button in the query view
+           [:a.opacity-70.hover:opacity-100.svg-small.inline 
             {:on-mouse-down (fn [e]
                               (util/stop e)
                               (editor-handler/edit-block! current-block :max (:block/uuid current-block)))}