타이틀바를 일반적인 맥 디자인에 맞게 수정

This commit is contained in:
2026-05-14 16:02:52 +09:00
parent 0971b58136
commit be97b21bf1
4 changed files with 31 additions and 9 deletions
+4
View File
@@ -43,6 +43,10 @@ selection.init({ gridContainer, rubberBand, grid, state, callbacks });
dragDrop.init({ grid, gridContainer, dragGhostEl, state, callbacks });
hoverPreview.init();
window.api.onFullscreenChange((isFullscreen) => {
document.body.classList.toggle('fullscreen', isFullscreen);
});
// ── 버튼 이벤트 ──────────────────────────────────
inputPrefix.addEventListener('input', updatePreview);
inputDigits.addEventListener('input', updatePreview);