Files
_Geulbeot/02. Prompts/문서생성/domain/도메인_문서생성_마지막으로_로드한_v01.md

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