Merge pull request #4656 from Snuffleupagus/stepper-regression
Fix regression preventing the setting of breakpoints in the Stepper (PDFBug)
This commit is contained in:
commit
7f0a11ceba
@ -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…
Reference in New Issue
Block a user