Skip to content

Commit 1b4d399

Browse files
committed
fix(dialog): add dots
1 parent ec9fc30 commit 1b4d399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/main/src/Dialog.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,8 +669,8 @@ class Dialog extends Popup {
669669
}
670670

671671
_handleDragStart(e: DragEvent) {
672-
// Only prevent native drag behavior when dragging from the header
673-
// This allows native drag-and-drop to work in the dialog content
672+
// Only prevent native drag behavior when dragging from the header.
673+
// This allows native drag-and-drop to work in the dialog content.
674674
if (this.draggable && e.target instanceof HTMLElement && Dialog._isHeader(e.target)) {
675675
e.preventDefault();
676676
}

0 commit comments

Comments
 (0)