- },
- [h('i', { 'class': { "material-icons": true } }, "flag")])
- );
- }
- else if (this.vr.moves.length > 0)
- {
- // A game finished, and another is not started yet: allow navigation
- actionArray = actionArray.concat([
- h('button',
- {
- on: { click: e => this.undo() },
- attrs: { "aria-label": translations['Undo'] },
- "class": {
- "play": true,
- "spaceleft": true,
+ [h('i', { 'class': { "material-icons": true } }, "flag")])
+ );
+ }
+ else
+ {
+ // A game finished, and another is not started yet: allow navigation
+ actionArray = actionArray.concat([
+ h('button',
+ {
+ on: { click: e => this.undo() },
+ attrs: { "aria-label": translations['Undo'] },
+ "class": {
+ "play": true,
+ "big-spaceleft": true,
+ },