Ver código fonte

Fix auto-size getting stuck on forever

tags/v0.1.0
Fen Dweller 6 anos atrás
pai
commit
2e21bd3a2a
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Ver arquivo

@@ -781,7 +781,7 @@ document.addEventListener("DOMContentLoaded", () => {
document.querySelector("#options-world-fit").addEventListener("click", fitWorld);

document.querySelector("#options-world-autofit").addEventListener("input", e => {
config.autoFit = e.target.value;
config.autoFit = e.target.checked;

if (config.autoFit) {


Carregando…
Cancelar
Salvar