mirror of
https://github.com/gotson/komga.git
synced 2026-02-16 12:23:44 +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>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<toolbar-sticky>
|
<toolbar-sticky v-if="selected.length === 0">
|
||||||
<!-- Go back to parent library -->
|
<!-- Go back to parent library -->
|
||||||
<v-btn icon
|
<v-btn icon
|
||||||
title="Go to library"
|
title="Go to library"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue