mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Fix tabs being selectable by clicking on header
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user