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();
|
toggleIconSize();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
that.resizeElement = function() {
|
||||||
|
// overwrite splitpanel resize
|
||||||
|
};
|
||||||
|
|
||||||
that.bindEvent({
|
that.bindEvent({
|
||||||
mousedown: function() {
|
mousedown: function() {
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
|
|
Loading…
Reference in a new issue