Skip to content

Commit

Permalink
Merge pull request #4266 from gemini-hlsw/sc-3903-observation-summary…
Browse files Browse the repository at this point in the history
…-table-shift-click-selects

Avoid text selection when shift pressed to select rows in obs summary table
  • Loading branch information
rpiaggio authored Oct 28, 2024
2 parents 34fded6 + fbb8a1c commit 4d0b5f1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,8 @@ object ObsSummaryTable:
innerContainerMod = ^.width := "100%",
containerRef = resizer.ref,
hoverableRows = rows.nonEmpty,
tableMod = ExploreStyles.ExploreTable |+| ExploreStyles.ObservationsSummaryTable,
tableMod =
ExploreStyles.ExploreTable |+| ExploreStyles.ObservationsSummaryTable |+| ExploreStyles.ExploreSelectableTable,
headerCellMod = _ => ExploreStyles.StickyHeader,
rowMod = row =>
TagMod(
Expand Down

0 comments on commit 4d0b5f1

Please sign in to comment.