Skip to content

Commit

Permalink
QFix: swapping actions between buttons (#3990)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
  • Loading branch information
SasLord authored Nov 15, 2023
1 parent 37faa04 commit 8bcb8ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/components/Panel.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
iconProps={{ size: 'medium' }}
kind={'icon'}
on:click={() => {
dispatch('close')
history.back()
}}
/>
<div class="antiHSpacer" class:x2={!allowClose} />
Expand All @@ -155,7 +155,7 @@
iconProps={{ size: 'medium' }}
kind={'icon'}
on:click={() => {
history.back()
dispatch('close')
}}
/>
<div class="antiHSpacer x2" />
Expand Down

0 comments on commit 8bcb8ba

Please sign in to comment.