Skip to content

Commit 93c9fe6

Browse files
committed
debugging print outs
1 parent caa9200 commit 93c9fe6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

navigator.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -225,14 +225,13 @@ namespace user_interface_base {
225225
}
226226

227227

228-
basic.showString("I")
229228
const index = this.widths.slice(0, this.row).reduce((p, c) => p + c, 0)
230229

231-
basic.showString("S")
232-
basic.showNumber(this.buttonGroups[0].length)
233-
basic.showString("I")
234-
basic.showNumber(index + this.col)
235-
const btn = this.buttonGroups[0][index + this.col]
230+
// basic.showString("S")
231+
// basic.showNumber(this.buttonGroups[0].length)
232+
// basic.showString("I")
233+
// basic.showNumber(index + this.col)
234+
const btn = this.buttonGroups[0][index + this.col - 1]
236235
this.reportAria(btn)
237236
return btn
238237
}

0 commit comments

Comments
 (0)