Hopefully port over ndarilek's accessibility changes to Vector (albeit with list elements contained within RoomView)
This commit is contained in:
parent
10053fa770
commit
efcc2061b8
6 changed files with 15 additions and 13 deletions
|
@ -353,7 +353,7 @@ module.exports = {
|
|||
}
|
||||
if (!TileType) continue;
|
||||
ret.unshift(
|
||||
<TileType key={mxEv.getId()} mxEvent={mxEv} continuation={continuation} last={last}/>
|
||||
<li><TileType key={mxEv.getId()} mxEvent={mxEv} continuation={continuation} last={last}/></li>
|
||||
);
|
||||
if (dateSeparator) {
|
||||
ret.unshift(dateSeparator);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue