Update OldTitleBar.plugin.js
This commit is contained in:
parent
10f3b486c4
commit
cf666ba8ff
|
@ -16,6 +16,7 @@ class OldTitleBar {
|
|||
|
||||
this.patchModules = {
|
||||
"HeaderBar":["componentDidMount","componentDidUpdate"],
|
||||
"HeaderBarContainer":["componentDidMount","componentDidUpdate"],
|
||||
"StandardSidebarView":["componentDidMount","componentWillUnmount"],
|
||||
"AuthWrapper":["componentDidMount","componentWillUnmount"]
|
||||
};
|
||||
|
@ -202,6 +203,10 @@ class OldTitleBar {
|
|||
this.addTitleBar();
|
||||
}
|
||||
|
||||
processHeaderBarContainer (instance, wrapper) {
|
||||
this.addTitleBar();
|
||||
}
|
||||
|
||||
processStandardSidebarView (instance, wrapper, methodnames) {
|
||||
this.processAuthWrapper(instance, wrapper, methodnames);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue