mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Missed a wire_onclick
This commit is contained in:
parent
61f9966fe0
commit
52cf1f6a4b
@ -208,7 +208,7 @@ export default class NetworkDropdown extends React.Component {
|
||||
}
|
||||
|
||||
_makeMenuOption(server, network, handleClicks) {
|
||||
if (handleClicks === undefined) wire_onclick = true;
|
||||
if (handleClicks === undefined) handleClicks = true;
|
||||
let icon;
|
||||
let name;
|
||||
let span_class;
|
||||
|
Loading…
Reference in New Issue
Block a user