You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
title attr
This commit is contained in:
@@ -1648,7 +1648,7 @@ module.exports = React.createClass({
|
|||||||
else if (!this.state.atBottom) {
|
else if (!this.state.atBottom) {
|
||||||
statusBar = (
|
statusBar = (
|
||||||
<div className="mx_RoomView_scrollToBottomBar" onClick={ this.scrollToBottom }>
|
<div className="mx_RoomView_scrollToBottomBar" onClick={ this.scrollToBottom }>
|
||||||
<img src="img/scrolldown.svg" width="24" height="24" alt="Scroll to bottom of page"/>
|
<img src="img/scrolldown.svg" width="24" height="24" alt="Scroll to bottom of page" title="Scroll to bottom of page"/>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user