Fix bug: Cannot apply changes after switching panels back and forth
Bug: 57011 Change-Id: I0614d97dea99781f46bb80a496b12c95aef55c8c
This commit is contained in:
committed by
Amire80
parent
b2f9e4211e
commit
be99ff9a55
@@ -261,6 +261,10 @@
|
||||
} else {
|
||||
this.show();
|
||||
}
|
||||
},
|
||||
|
||||
disableApplyButton: function () {
|
||||
this.$window.find( 'button.uls-settings-apply' ).prop( 'disabled', true );
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user