[sidebar] copy graph terms separated by newline

parent 43cc54f2
Pipeline #7957 passed with stages
in 32 minutes and 12 seconds
...@@ -528,7 +528,7 @@ neighborhoodCpt = R.memo' $ here.component "neighborhood" cpt ...@@ -528,7 +528,7 @@ neighborhoodCpt = R.memo' $ here.component "neighborhood" cpt
R.useEffect' $ do R.useEffect' $ do
let let
labels = (_.label) <$> termList labels = (_.label) <$> termList
modalClipboard ".copy" (intercalate ", " labels) modalClipboard ".copy" (intercalate "\n" labels)
-- | Render -- | Render
-- | -- |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment