Browse Source

fix: increase timeout

pull/9901/head
DarkPhoenix2704 2 days ago
parent
commit
61bc16e983
  1. 2
      packages/nc-gui/components/smartsheet/calendar/MonthView.vue

2
packages/nc-gui/components/smartsheet/calendar/MonthView.vue

@ -653,7 +653,7 @@ const dragStart = (event: MouseEvent, record: Row) => {
document.addEventListener('mousemove', onDrag)
document.addEventListener('mouseup', stopDrag)
}, 200)
}, 500)
const onMouseUp = () => {
clearTimeout(dragTimeout.value)

Loading…
Cancel
Save