이미지 미리보기 팝업창이 다른 카드에 마우스 오버되어도 유지되도록 수정

This commit is contained in:
2026-05-14 16:45:52 +09:00
parent 722e2abb65
commit 72b09a9554
3 changed files with 76 additions and 42 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { state } from './state.js';
import * as pinchZoom from './handlers/pinch-zoom.js';
import * as selection from './handlers/selection.js';
import * as dragDrop from './handlers/drag-drop.js';
import * as hoverPreview from './handlers/hover-preview.js';
import * as hoverPreview from './handlers/image-preview.js';
let _cardObserver = null;