Improves drag and drop functionality
Refactors drag and drop logic to use the dragged clone consistently, fixing issues with event handling and element manipulation during drag operations. Also includes a fix where the original element is removed after a drag is completed. Adds column bounds cache update after drag operations for improved column detection.
This commit is contained in:
parent
83e01f9cb7
commit
5417a2b6b1
7 changed files with 50 additions and 45 deletions
|
|
@ -317,14 +317,12 @@ swp-allday-container swp-event {
|
|||
}
|
||||
|
||||
/* Hide time element for all-day styled events */
|
||||
swp-allday-container swp-event swp-event-time,
|
||||
swp-event.all-day-style swp-event-time {
|
||||
swp-allday-container swp-event swp-event-time{
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Adjust title display for all-day styled events */
|
||||
swp-allday-container swp-event swp-event-title,
|
||||
swp-event.all-day-style swp-event-title {
|
||||
swp-allday-container swp-event swp-event-title {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue