fix(frontend): remove stopPropagation that was preventing components dnd (#1378)

This commit is contained in:
Faton Ramadani
2023-04-10 07:23:15 +02:00
committed by GitHub
parent de87d7ac27
commit de8dc1e9cd
@@ -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