mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-16 03:41:30 +03:00
3f25928380
This adds the `data-contained-scroll-tokens` API to elements in `ScrollPanel` which allows arbitrary containers of elements with scroll tokens to declare their contained scroll tokens. When jumping to a scroll token inside a container, the `ScrollPanel` will act as if it is scrolling to the container itself, not the child. MELS has been modified such that it exposes the scroll tokens of all events that exist within it.This means "Jump to unread message" will work if the unread event is within a MELS (which is any member event, because even individual member events surrounded by other events are put inside a MELS). |
||
---|---|---|
.. | ||
AccessibleButton.js | ||
AddressSelector.js | ||
AddressTile.js | ||
DeviceVerifyButtons.js | ||
DirectorySearchBox.js | ||
Dropdown.js | ||
EditableText.js | ||
EditableTextContainer.js | ||
EmojiText.js | ||
MemberEventListSummary.js | ||
PowerSelector.js | ||
ProgressBar.js | ||
TintableSvg.js | ||
TruncatedList.js | ||
UserSelector.js |