fix resize error
This commit is contained in:
parent
f0681d7173
commit
9ecd9cc9f9
1 changed files with 4 additions and 0 deletions
|
@ -823,6 +823,10 @@ pandora.ui.infoView = function(data, isMixed) {
|
|||
toggleIconSize();
|
||||
};
|
||||
|
||||
that.resizeElement = function() {
|
||||
// overwrite splitpanel resize
|
||||
};
|
||||
|
||||
that.bindEvent({
|
||||
mousedown: function() {
|
||||
setTimeout(function() {
|
||||
|
|
Loading…
Reference in a new issue