Fix sidepanel not closable via button (#2772)

This commit is contained in:
Anbraten
2023-11-07 14:22:08 +01:00
committed by GitHub
parent 5a7b689e30
commit 52163b9a3e
4 changed files with 9 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
<template>
<IconButton :title="$t('pipeline_feed')" class="!p-1.5 relative text-current" @click="toggle">
<IconButton :title="$t('pipeline_feed')" class="!p-1.5 relative text-current active-pipelines-toggle" @click="toggle">
<div v-if="activePipelines.length > 0" class="spinner m-1">
<div class="spinner-ring ring1" />
<div class="spinner-ring ring2" />