web/PopoverContainer: refactor & simplify code
why the fuck was it that way in the first place
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<button
|
||||
id="services-button"
|
||||
class="button"
|
||||
on:click={popover?.showPopover}
|
||||
on:click={popoverAction}
|
||||
aria-label={$t(`save.services.title_${expanded ? "hide" : "show"}`)}
|
||||
>
|
||||
<div class="expand-icon">
|
||||
@@ -54,7 +54,6 @@
|
||||
bind:this={popover}
|
||||
id="services-popover"
|
||||
{expanded}
|
||||
{popoverAction}
|
||||
>
|
||||
<div
|
||||
id="services-container"
|
||||
|
||||
Reference in New Issue
Block a user