@m3e/button 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1600,7 +1600,7 @@ let M3eButtonElement = class M3eButtonElement extends KeyboardClick(LinkButton(F
1600
1600
  },
1601
1601
  });
1602
1602
  new PressedController(this, {
1603
- isPressedKey: (key) => key === " " || key === "Enter",
1603
+ isPressedKey: (key) => key === " ",
1604
1604
  minPressedDuration: 150,
1605
1605
  callback: (pressed) => {
1606
1606
  if (!this.disabled && !this.disabledInteractive) {