We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0fb29 commit fab3638Copy full SHA for fab3638
navigator.ts
@@ -31,6 +31,8 @@ namespace user_interface_base {
31
32
constructor() {
33
this.buttonGroups = []
34
+ this.row = 0;
35
+ this.col = 0;
36
}
37
38
public clear() {
@@ -302,7 +304,10 @@ namespace user_interface_base {
302
304
protected row: number
303
305
protected col: number
306
- constructor(private picker: Picker) { }
307
+ constructor(private picker: Picker) {
308
309
310
+ }
311
312
private get width() {
313
return this.picker.width
0 commit comments