mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
QFix: swapping actions between buttons (#3990)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
parent
37faa040d0
commit
8bcb8ba4cb
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user