mirror of
https://github.com/gotson/komga.git
synced 2025-12-21 07:56:57 +01:00
fix(browse series): hide toolbar on selection
This commit is contained in:
parent
ce8e27b459
commit
e6d014f1ac
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div>
|
||||
<toolbar-sticky>
|
||||
<toolbar-sticky v-if="selected.length === 0">
|
||||
<!-- Go back to parent library -->
|
||||
<v-btn icon
|
||||
title="Go to library"
|
||||
|
|
|
|||
Loading…
Reference in a new issue