mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02: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…
x
Reference in New Issue
Block a user