Commit a3f99f8
fix(cdk/drag-drop): remove boundary error (#23966)
When the boundaries were added to the `drag-drop` module, I assumed that users would always want the element to be contained inside the boundary, but it looks like there are some cases where that's not the case. These changes remove the error.
Fixes #23767.
(cherry picked from commit 02908ce)1 parent a25dda6 commit a3f99f8
1 file changed
+1
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
| 373 | + | |
383 | 374 | | |
384 | 375 | | |
385 | 376 | | |
| |||
0 commit comments