You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-13 08:02:38 +03:00
Comment typo
This commit is contained in:
@@ -373,7 +373,7 @@ module.exports = WithMatrixClient(React.createClass({
|
|||||||
},
|
},
|
||||||
|
|
||||||
onPermalinkClicked: function(e) {
|
onPermalinkClicked: function(e) {
|
||||||
// This allows the permalink to be open in a new tab/window or copied as
|
// This allows the permalink to be opened in a new tab/window or copied as
|
||||||
// matrix.to, but also for it to enable routing within Riot when clicked.
|
// matrix.to, but also for it to enable routing within Riot when clicked.
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
dis.dispatch({
|
dis.dispatch({
|
||||||
|
|||||||
Reference in New Issue
Block a user