[SSE] Fix Bug 36464.
This commit is contained in:
parent
8726fe186d
commit
d5a7af7181
|
@ -351,6 +351,7 @@ define([
|
|||
},
|
||||
|
||||
showHistory: function() {
|
||||
this._state.pluginIsRunning = false;
|
||||
this.panelHistory.show();
|
||||
this.panelHistory.$el.width((parseInt(Common.localStorage.getItem('de-mainmenu-width')) || MENU_SCALE_PART) - SCALE_MIN);
|
||||
Common.NotificationCenter.trigger('layout:changed', 'history');
|
||||
|
|
Loading…
Reference in a new issue