475 B
475 B
<script>
let isEditable = false;
let iframe = null;
let currentFileName = "report.html";
let currentReportTitle = "Report";
let activeBlock = null;
const historyStack = [];
const redoStack = [];
const MAX_HISTORY = 50;
let sourceHtml = ""; // 마지막으로 로드한 원본 HTML
let droppedAssets = new Map(); // 드롭된 부가 파일들(이미지 등) 이름 -> blob URL