mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
add data attributes to tree elements (#1507)
This commit is contained in:
@@ -310,6 +310,7 @@ export function FeedEntries() {
|
||||
ref={el => {
|
||||
if (el) el.id = Constants.dom.entryId(entry)
|
||||
}}
|
||||
data-id={entry.id}
|
||||
>
|
||||
<FeedEntry
|
||||
entry={entry}
|
||||
|
||||
Reference in New Issue
Block a user