Bug in swipecard or...?

Hello,

I have two cards :

the normal button card

show_name: true
show_icon: true
type: button
tap_action:
  action: none
entity: input_boolean.toggle_avondverlichting_dressoir
hold_action:
  action: toggle

same normal button card in a swipecard

type: custom:swipe-card
parameters:
  spaceBetween: 18
  scrollbar:
    hide: false
    draggable: true
    snapOnRelease: true
cards:
  - type: custom:tabbed-card
    styles:
      '--mdc-tab-text-label-color-default': rgba(128, 128, 128, 0.8)
      '--mdc-typography-button-font-size': 8px
    options: {}
    tabs:
      - card:
          type: vertical-stack
          cards:
            - show_name: true
              show_icon: true
              type: button
              tap_action:
                action: none
              entity: input_boolean.toggle_avondverlichting_dressoir
              hold_action:
                action: toggle
        attributes:
          label: test

On first load or after refreshing the page, only the normal button reacts on a hold_action. So the other one does nothing on tap_action or hold_action.

After a hold_action on the normal button, the other button reacts on the hold_action…and also on the tap_action ?!

And to make it complete : this is only on my Windows laptop (windows 11 / chrome), on my android phone everything is fine. I have already cleaned the cache, but this doesn’t help.