Fixed filter tooltips closing on click. Added tag photo.

This commit is contained in:
DebaucheryLibrarian
2021-01-05 03:29:02 +01:00
parent bd3e1a0bde
commit 150988ecb9
14 changed files with 9 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
</div>
<template v-slot:tooltip>
<div>
<div @click.stop>
<router-link
class="filter-clear"
:to="{ query: { ...$route.query, actors: undefined } }"

View File

@@ -15,7 +15,7 @@
</div>
<template v-slot:tooltip>
<div>
<div @click.stop>
<router-link
class="filter-clear"
:to="{ query: { ...$route.query, channels: undefined, networks: undefined } }"

View File

@@ -15,7 +15,10 @@
</div>
<template v-slot:tooltip>
<div class="filter-options">
<div
class="filter-options"
@click.stop
>
<select
v-model="mode"
class="filter-mode"