You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I am testing the calendar in own project.Thank you for your work.
In the week and day views while dragging the mouse we get a selected area which gives as slotInfo object, whereas mouse click does not do same thing. In case there was not prior selection dayslot does not hold slotInfo in its inner state. If there was a selection made, clicking will refer to that same selection's data as slotInfo (no matter where I click, obviously since in DaySlot state holds it, and click refers to this.state ).
It would be (imo) helpful to treat click as a smallest selection according to the slot where clicking was made, and like in selection set info to inner state.
The text was updated successfully, but these errors were encountered:
Hello! I am testing the calendar in own project.Thank you for your work.
In the week and day views while dragging the mouse we get a selected area which gives as slotInfo object, whereas mouse click does not do same thing. In case there was not prior selection dayslot does not hold slotInfo in its inner state. If there was a selection made, clicking will refer to that same selection's data as slotInfo (no matter where I click, obviously since in DaySlot state holds it, and click refers to this.state ).
It would be (imo) helpful to treat click as a smallest selection according to the slot where clicking was made, and like in selection set info to inner state.
The text was updated successfully, but these errors were encountered: