mirror of https://github.com/vector-im/riot-web
add comment
parent
1d8b08040e
commit
4abc5d0d36
|
@ -45,6 +45,8 @@ module.exports = React.createClass({
|
||||||
|
|
||||||
getInitialState: function() {
|
getInitialState: function() {
|
||||||
return {
|
return {
|
||||||
|
// the URL (if any) to be previewed with a LinkPreviewWidget
|
||||||
|
// inside this TextualBody.
|
||||||
link: null,
|
link: null,
|
||||||
|
|
||||||
// track whether the preview widget is hidden
|
// track whether the preview widget is hidden
|
||||||
|
|
Loading…
Reference in New Issue