forked from 0x2620/pandora
turn infoView.resizeElement into noop
This commit is contained in:
parent
de8f9b7cd9
commit
c7bb3c3d0e
2 changed files with 8 additions and 0 deletions
|
@ -1053,6 +1053,10 @@ pandora.ui.infoView = function(data) {
|
|||
toggleIconSize();
|
||||
};
|
||||
|
||||
that.resizeElement = function() {
|
||||
// overwrite splitpanel resize
|
||||
};
|
||||
|
||||
that.bindEvent({
|
||||
mousedown: function() {
|
||||
that.gainFocus()
|
||||
|
|
|
@ -807,6 +807,10 @@ pandora.ui.infoView = function(data) {
|
|||
toggleIconSize();
|
||||
};
|
||||
|
||||
that.resizeElement = function() {
|
||||
// overwrite splitpanel resize
|
||||
};
|
||||
|
||||
that.bindEvent({
|
||||
mousedown: function() {
|
||||
that.gainFocus()
|
||||
|
|
Loading…
Reference in a new issue