Fix the drawerShow event not being broadcast, preventing component popovers from hiding properly when opening drawers
This commit is contained in:
parent
9b009f9728
commit
51c95058ee
|
@ -59,6 +59,7 @@
|
|||
bind:this={drawer}
|
||||
title="Filtering"
|
||||
on:drawerHide
|
||||
on:drawerShow
|
||||
on:drawerShow={() => {
|
||||
// Reset to the currently available value.
|
||||
localFilters = Helpers.cloneDeep(value)
|
||||
|
|
Loading…
Reference in New Issue