QFix: swapping actions between buttons (#3990)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov 2023-11-15 07:16:17 +03:00 committed by GitHub
parent 37faa040d0
commit 8bcb8ba4cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,7 +142,7 @@
iconProps={{ size: 'medium' }}
kind={'icon'}
on:click={() => {
dispatch('close')
history.back()
}}
/>
<div class="antiHSpacer" class:x2={!allowClose} />
@ -155,7 +155,7 @@
iconProps={{ size: 'medium' }}
kind={'icon'}
on:click={() => {
history.back()
dispatch('close')
}}
/>
<div class="antiHSpacer x2" />