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