Skip to content

Commit a12c977

Browse files
committed
debugging print outs
1 parent f01601f commit a12c977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

navigator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ namespace user_interface_base {
230230
// basic.showNumber(this.buttonGroups[0].length)
231231
// basic.showString("I")
232232
// basic.showNumber(index + this.col)
233-
const btn = this.buttonGroups[0][index + this.col]
233+
const btn = this.buttonGroups[0][index]//+ this.col]
234234
this.reportAria(btn)
235235
return btn
236236
}

0 commit comments

Comments
 (0)