mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 00:02:23 +00:00
increase dnd timeout for app events
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
dndTimeout = setTimeout(async () => {
|
||||
await tick()
|
||||
$dndItem[id]?.(e.clientX, e.clientY, $yTop)
|
||||
}, 50)
|
||||
}, 75)
|
||||
window.addEventListener('pointerup', (e) => {
|
||||
dndTimeout && clearTimeout(dndTimeout)
|
||||
dndTimeout = undefined
|
||||
|
||||
Reference in New Issue
Block a user