Skip to content

Commit 1e414cf

Browse files
committed
refactor: make drag helper start position readonly
1 parent ce8063d commit 1e414cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/common/calendar-drag-helper.provider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { isInside } from './util';
22

33
export class CalendarDragHelper {
4-
startPosition: ClientRect;
4+
private readonly startPosition: ClientRect;
55

66
constructor(
77
private dragContainerElement: HTMLElement,

0 commit comments

Comments
 (0)