Explorar el Código

Fix auto-size getting stuck on forever

tags/v0.1.0
Fen Dweller hace 6 años
padre
commit
2e21bd3a2a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Ver fichero

@@ -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) {


Cargando…
Cancelar
Guardar