Kaynağa Gözat

Fix auto-size getting stuck on forever

tags/v0.1.0
Fen Dweller 6 yıl önce
ebeveyn
işleme
2e21bd3a2a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet