Merge remote-tracking branch 'origin/develop' into develop

pull/21833/head
Weblate 2018-03-20 10:43:14 +00:00
commit b8802ff765
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ module.exports = React.createClass({
_addCodeCopyButton() { _addCodeCopyButton() {
// Add 'copy' buttons to pre blocks // Add 'copy' buttons to pre blocks
ReactDOM.findDOMNode(this).querySelectorAll('.mx_EventTile_body pre').forEach((p) => { Array.from(ReactDOM.findDOMNode(this).querySelectorAll('.mx_EventTile_body pre')).forEach((p) => {
const button = document.createElement("span"); const button = document.createElement("span");
button.className = "mx_EventTile_copyButton"; button.className = "mx_EventTile_copyButton";
button.onclick = (e) => { button.onclick = (e) => {