mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
s/React/ReactDOM
This commit is contained in:
parent
5fea3c2673
commit
368c24e146
@ -39,7 +39,7 @@ module.exports = {
|
||||
var self = this;
|
||||
|
||||
var closeDialog = function() {
|
||||
React.unmountComponentAtNode(self.getOrCreateContainer());
|
||||
ReactDOM.unmountComponentAtNode(self.getOrCreateContainer());
|
||||
|
||||
if (props && props.onFinished) props.onFinished.apply(null, arguments);
|
||||
};
|
||||
@ -62,7 +62,7 @@ module.exports = {
|
||||
var self = this;
|
||||
|
||||
var closeDialog = function() {
|
||||
React.unmountComponentAtNode(self.getOrCreateContainer());
|
||||
ReactDOM.unmountComponentAtNode(self.getOrCreateContainer());
|
||||
|
||||
if (props && props.onFinished) props.onFinished.apply(null, arguments);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user