mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
merge in matthew-css
This commit is contained in:
parent
a94f1664d8
commit
205ed54ec7
@ -191,7 +191,7 @@ module.exports = {
|
|||||||
var TileType = tileTypes[mxEv.getType()];
|
var TileType = tileTypes[mxEv.getType()];
|
||||||
if (!TileType) continue;
|
if (!TileType) continue;
|
||||||
ret.unshift(
|
ret.unshift(
|
||||||
<li key={mxEv.getId()}><TileType mxEvent={mxEv} /></li>
|
<TileType key={mxEv.getId()} mxEvent={mxEv} />
|
||||||
);
|
);
|
||||||
++count;
|
++count;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user