Comments out timestamp update in dragged clone
Comments out the timestamp update logic within the dragged clone functionality. This change is a preliminary step towards refactoring the scroll logic, which will be managed by a dedicated scroll manager, decoupling it from the event renderer.
This commit is contained in:
parent
38737762c5
commit
1821d805d1
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ export class DateEventRenderer implements EventRendererStrategy {
|
|||
this.draggedClone.style.top = snappedY + 'px';
|
||||
|
||||
// Update timestamp display
|
||||
this.updateCloneTimestamp(this.draggedClone, snappedY);
|
||||
//this.updateCloneTimestamp(this.draggedClone, snappedY); //TODO: Commented as, we need to move all this scroll logic til scroll manager away from eventrenderer
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue