mirror of
https://github.com/docmost/docmost.git
synced 2026-07-26 14:24:43 +10:00
fix(base): sync header/body horizontal scroll on header focus; expand row via Space, drop expander from tab order
This commit is contained in:
@@ -181,6 +181,7 @@ export const GridCell = memo(function GridCell({
|
||||
<Tooltip label={t("Expand")} position="bottom" openDelay={400}>
|
||||
<button
|
||||
type="button"
|
||||
tabIndex={-1}
|
||||
className={classes.rowExpandButton}
|
||||
onClick={() => onExpandRow(rowId)}
|
||||
onDoubleClick={(e) => e.stopPropagation()}
|
||||
|
||||
Reference in New Issue
Block a user