We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8063d commit 1e414cfCopy full SHA for 1e414cf
src/modules/common/calendar-drag-helper.provider.ts
@@ -1,7 +1,7 @@
1
import { isInside } from './util';
2
3
export class CalendarDragHelper {
4
- startPosition: ClientRect;
+ private readonly startPosition: ClientRect;
5
6
constructor(
7
private dragContainerElement: HTMLElement,
0 commit comments