Fix regression preventing the setting of breakpoints in the Stepper (PDFBug)
This commit is contained in:
parent
ee545ddb54
commit
8edb5cc804
@ -326,6 +326,8 @@ var Stepper = (function StepperClosure() {
|
||||
}
|
||||
},
|
||||
updateOperatorList: function updateOperatorList(operatorList) {
|
||||
var self = this;
|
||||
|
||||
function cboxOnClick() {
|
||||
var x = +this.dataset.idx;
|
||||
if (this.checked) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user