mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Fix regression preventing the setting of breakpoints in the Stepper (PDFBug)
This commit is contained in:
parent
ee545ddb54
commit
8edb5cc804
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue