Fix the drawerShow event not being broadcast, preventing component popovers from hiding properly when opening drawers

This commit is contained in:
Andrew Kingston 2024-10-16 12:04:19 +01:00
parent 9b009f9728
commit 51c95058ee
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -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)