瀏覽代碼

Fix auto-size getting stuck on forever

tags/v0.1.0
Fen Dweller 6 年之前
父節點
當前提交
2e21bd3a2a
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js 查看文件

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


Loading…
取消
儲存