mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix tabs being selectable by clicking on header
This commit is contained in:
parent
35094a1667
commit
0c5f1234da
@ -94,6 +94,7 @@
|
|||||||
</paper-dropdown>
|
</paper-dropdown>
|
||||||
</paper-menu-button>
|
</paper-menu-button>
|
||||||
|
|
||||||
|
<template if="{{hasCustomGroups}}">
|
||||||
<div class="bottom fit" horizontal layout>
|
<div class="bottom fit" horizontal layout>
|
||||||
<paper-tabs id="tabsHolder" noink flex
|
<paper-tabs id="tabsHolder" noink flex
|
||||||
selected="0" on-core-select="{{tabClicked}}">
|
selected="0" on-core-select="{{tabClicked}}">
|
||||||
@ -103,6 +104,7 @@
|
|||||||
|
|
||||||
</paper-tabs>
|
</paper-tabs>
|
||||||
</div>
|
</div>
|
||||||
|
</template>
|
||||||
</core-toolbar>
|
</core-toolbar>
|
||||||
|
|
||||||
<state-cards
|
<state-cards
|
||||||
|
Loading…
x
Reference in New Issue
Block a user