Without stopPropagation, dropping a template onto a folder fires both OnDrop(folder) and OnDropOnRoot via event bubbling. The two async handlers race on the same scoped DbContext, which is not thread-safe — the second throws ObjectDisposedException and tears down the Blazor circuit. Surfaced during browser smoke testing via JS-dispatched DragEvent sequence.