Skip to content

Commit 37639fc

Browse files
committed
debugging print outs
1 parent 86dd22f commit 37639fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

navigator.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ namespace user_interface_base {
167167
}
168168

169169
public addButtons(btns: Button[]) {
170-
this.buttonGroups.push(btns)
170+
this.buttonGroups[0].concat(btns)
171+
basic.showNumber(this.buttonGroups[0].length)
171172
}
172173

173174
public move(dir: CursorDir) {

0 commit comments

Comments
 (0)