Skip to content

[ToggleExpanders] Shift+click not working when comparing branches/tags #87

Closed
@malnvenshorn

Description

@malnvenshorn

At the moment toggling only toggling with ctrl+shift+click is working when comparing branches/tags, e.g. torvalds/linux@v5.2-rc1...v5.2-rc2

Consider this change to enable shift+click within that view

const parentNode = stateNode.closest(modKey ?
	".container, .js-discussion" :
	".commit-group, .js-timeline-item, .timeline-commits"
);

It would also be great to be able to toggle file diffs.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions