소스 검색

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


불러오는 중...
취소
저장