mirror of
https://github.com/Fabio286/antares.git
synced 2025-02-01 09:56:54 +01:00
refactor(UI): hide selected connection bar when folder preview
This commit is contained in:
parent
d64fbbad0f
commit
55c1604e7f
@ -26,7 +26,7 @@
|
||||
content: getConnectionName(element.uid)
|
||||
}"
|
||||
class="settingbar-element btn btn-link"
|
||||
:class="{ 'selected': element.uid === selectedWorkspace }"
|
||||
:class="{ 'selected': element.uid === selectedWorkspace && coveredElement !== element.uid }"
|
||||
placement="right"
|
||||
strategy="fixed"
|
||||
@click.stop="selectWorkspace(element.uid)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user