fix(frontend): escape wasn't removing the hash when closing a drawer (#2583)

This commit is contained in:
Faton Ramadani
2023-11-07 15:05:00 +01:00
committed by GitHub
parent 36ab98c1c1
commit 8f3da4f9cb
2 changed files with 2 additions and 2 deletions
@@ -57,7 +57,7 @@
f={(x) => x.email + ' ' + x.name + ' ' + x.company}
/>
<Drawer bind:this={drawer} on:open={listUsers} size="1200px" on:clickAway={removeHash}>
<Drawer bind:this={drawer} on:open={listUsers} size="1200px" on:close={removeHash}>
<DrawerContent overflow_y={true} title="Instance Settings" on:close={closeDrawer}>
<div class="flex flex-col h-full">
<div>
@@ -89,7 +89,7 @@
}
</script>
<Drawer bind:this={drawer} size="800px" on:clickAway={removeHash}>
<Drawer bind:this={drawer} size="800px" on:close={removeHash}>
<DrawerContent title="User Settings" on:close={closeDrawer}>
<div class="flex flex-col h-full">
<div>