mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +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) {
|
updateOperatorList: function updateOperatorList(operatorList) {
|
||||||
|
var self = this;
|
||||||
|
|
||||||
function cboxOnClick() {
|
function cboxOnClick() {
|
||||||
var x = +this.dataset.idx;
|
var x = +this.dataset.idx;
|
||||||
if (this.checked) {
|
if (this.checked) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue