mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Annotate hacky math
This commit is contained in:
parent
e90e70bd77
commit
1f11298aa3
@ -222,6 +222,7 @@ export default class RoomSublist2 extends React.Component<IProps, IState> {
|
||||
handles = []; // no handles, we're at a minimum
|
||||
}
|
||||
|
||||
// TODO: Remove Math hacks
|
||||
let nVisible = Math.floor(layout.visibleTiles);
|
||||
if (localStorage.getItem("mx_rl_mathfn")) {
|
||||
nVisible = Math[localStorage.getItem("mx_rl_mathfn")](layout.visibleTiles);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user