From 7935ea0c65c44a4ff6ca95586f236d4b7b12aa49 Mon Sep 17 00:00:00 2001 From: Zanna_37 <> Date: Wed, 14 Dec 2022 17:19:15 +0000 Subject: [PATCH] fix: add "ApexCharts Card by RomRider" to the swipe exception list Closes: #30 --- src/swipe-navigation.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/swipe-navigation.ts b/src/swipe-navigation.ts index 0ae4482..f33e883 100644 --- a/src/swipe-navigation.ts +++ b/src/swipe-navigation.ts @@ -33,6 +33,8 @@ const exceptions = [ // 💡 Please keep this list sorted alphabetically. Consider the selector as the key after removing // all symbols. Only consider letters and numbers. + // ApexCharts Card by RomRider (https://github.com/RomRider/apexcharts-card) + "#graph-wrapper svg.apexcharts-svg", // 🍄 Mushroom (https://github.com/piitaya/lovelace-mushroom) "mushroom-slider", // my-slider (https://github.com/AnthonMS/my-cards/blob/main/src/my-slider.ts)