Skip to content

Commit b49782a

Browse files
committed
fix
1 parent 924db36 commit b49782a

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
@@ -161,7 +161,7 @@ namespace user_interface_base {
161161
else {
162162
width = (width != null) ? width : 1
163163
this.widths = []
164-
for (let _ = 0; _ < width; _++)
164+
for (let _ = 0; _ < height; _++)
165165
this.widths.push(width)
166166
}
167167
}

0 commit comments

Comments
 (0)