Fixed filter tooltips closing on click. Added tag photo.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
</div>
|
||||
|
||||
<template v-slot:tooltip>
|
||||
<div>
|
||||
<div @click.stop>
|
||||
<router-link
|
||||
class="filter-clear"
|
||||
:to="{ query: { ...$route.query, actors: undefined } }"
|
||||
|
||||
@@ -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 } }"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user