Skip to content

Commit

Permalink
avoid text selection when shift pressed to select rows in obs summary…
Browse files Browse the repository at this point in the history
… table
  • Loading branch information
rpiaggio committed Oct 28, 2024
1 parent 34fded6 commit fbb8a1c
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 fbb8a1c

Please sign in to comment.