fix resize error

This commit is contained in:
j 2023-08-04 14:12:23 +02:00
parent f0681d7173
commit 9ecd9cc9f9

View file

@ -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() {