Further styling fixes.

This commit is contained in:
Aditya Toshniwal
2019-01-03 14:50:24 +00:00
committed by Dave Page
parent 1283c22bb9
commit 7d765fea04
15 changed files with 193 additions and 45 deletions

View File

@@ -949,7 +949,7 @@ define([
this.grid.listenTo(this.debuggerInputArgsColl, 'backgrid:error',
(function(obj) {
return function() {
obj.__internal.buttons[0].element.disabled = true;
obj.__internal.buttons[1].element.disabled = true;
};
})(this)
);