You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Disable test postmessag
This commit is contained in:
@@ -35,12 +35,12 @@ export default React.createClass({
|
||||
|
||||
componentDidMount: function() {
|
||||
console.log("App component %s mounted", this.props.id);
|
||||
setInterval(() => {
|
||||
const msg = "Message from riot";
|
||||
const domain = 'http://localhost:8000';
|
||||
this.refs.appFrame.contentWindow.postMessage(msg, domain);
|
||||
console.log("Sending message");
|
||||
}, 3000);
|
||||
// setInterval(() => {
|
||||
// const msg = "Message from riot";
|
||||
// const domain = 'http://localhost:8000';
|
||||
// this.refs.appFrame.contentWindow.postMessage(msg, domain);
|
||||
// console.log("Sending message");
|
||||
// }, 3000);
|
||||
},
|
||||
|
||||
_onEditClick: function() {
|
||||
|
||||
Reference in New Issue
Block a user