mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 08:02:19 +00:00
fix(frontend): remove stopPropagation that was preventing components dnd (#1378)
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
|
||||
function selectComponent(e: PointerEvent, id: string) {
|
||||
if (!$connectingInput.opened) {
|
||||
e.stopPropagation()
|
||||
selectId(e, id, selectedComponent, $app)
|
||||
if ($focusedGrid?.parentComponentId != id) {
|
||||
$focusedGrid = undefined
|
||||
|
||||
Reference in New Issue
Block a user