FIX: Key mapping

This commit is contained in:
Robert Kossessa
2024-05-28 23:28:54 +02:00
parent 18c050d935
commit 561a50c0f4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div
:key="appStore.selectedKey || 'no-key'"
:key="deviceStore.currentProfileName + appStore.selectedKey || 'no-profile'"
class="overflow-hidden rounded-lg border border-zinc-800 bg-zinc-900/50"
>
<div class="p-4">

View File

@@ -1,4 +1,4 @@
<template>
<template :key="deviceStore.currentProfileName + appStore.selectedKey || 'no-profile'">
<ConfigSection :title="`${appStore.selectedKey} Pressed`" :icon-component="PanelBottomClose">
<template #title>
<span class="text-zinc-500">&nbsp;({{ pressedActions.length }})</span></template