Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

Control Z does not work to undo game moves.

  • 1 resposta
  • 1 tem este problema
  • 4 visualizações
  • Última resposta por cor-el

more options

https://cardgames.io/spidersolitaire/ Control Z worked on another computer using a different browser, but it doesn't work here using Firefox on Linux Mint.

https://cardgames.io/spidersolitaire/ Control Z worked on another computer using a different browser, but it doesn't work here using Firefox on Linux Mint.

Todas as respostas (1)

more options

I'm not seeing an access key bound to that button and there is also no JavaScript code that does an undo as far as I can tell, so I'm not sure how it would work with another browser.

This code will click the undo button:

document.querySelector("#undo > button").click();