Clooos / Bubble-Card

Bubble Card is a minimalist card collection for Home Assistant with a nice pop-up touch.
MIT License
1.45k stars 39 forks source link

2.0.0-alpha.1: Viewport moves to top before opening popup #458

Closed hellomarb closed 2 months ago

hellomarb commented 2 months ago

When you click on a button card with

tap_action:
  action: navigate
  navigation_path: '#test'

the viewport moves first to the top and then the popup is opened. It feels like the event is not prevented and still executed.

Clooos commented 2 months ago

I've just fixed this, thank you for the feedback!