File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed
Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 411411 {:keys [banter]} (rand-nth
412412 (group* :country country fake-banter))
413413 {:keys [branch-end?]} (merge column-meta row-meta)]
414- [:div {:style (merge style
414+ [:div {:title (str (or name company)
415+ " sold " label (cond product (str " of " product)
416+ country (str " in " country))
417+ " . "
418+ banter)
419+ :style (merge style
415420 (when (or @hover? branch-end?)
416421 {:background-color " #eef" }))
417422 :on-mouse-enter #(reset! hover? true )
418423 :on-mouse-leave #(reset! hover? nil )}
419- [rc/popover-anchor-wrapper
420- :showing? hover?
421- :position :below-center
422- :anchor label
423- :popover [rc/popover-content-wrapper
424- :no-clip? true
425- :body (str (or name company)
426- " sold " label (cond product (str " of " product)
427- country (str " in " country))
428- " . "
429- banter)]]]))))
424+ label]))))
430425 :parts {:wrapper {:style {:max-height 400
431426 :max-width 640 }}}
432427 :column-header-label (fn [{:keys [path style]}]
You can’t perform that action at this time.
0 commit comments