Prevent individual filters from being able to drag outside of parent wrapper (#49606)
* Prevent individual filters from being able to drag outside of parent wrapper * Add changefile(s) from automation for the following project(s): woocommerce-blocks --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
98a0e96bc9
commit
6216408511
|
@ -11,6 +11,7 @@
|
|||
"reusable": false,
|
||||
"inserter": false
|
||||
},
|
||||
"ancestor": [ "woocommerce/product-filters" ],
|
||||
"usesContext": [ "query", "queryId" ],
|
||||
"attributes": {
|
||||
"filterType": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
Comment: Experimental feature
|
||||
|
Loading…
Reference in New Issue