@m3e/fab 1.0.0-rc.4 → 1.0.1

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
@@ -1295,7 +1295,7 @@ let M3eFabElement = class M3eFabElement extends KeyboardClick(LinkButton(FormSub
1295
1295
  */
1296
1296
  this.extended = false;
1297
1297
  new PressedController(this, {
1298
- isPressedKey: (key) => key === " " || key === "Enter",
1298
+ isPressedKey: (key) => key === " ",
1299
1299
  callback: (pressed) => {
1300
1300
  if (!this.disabled && !this.disabledInteractive) {
1301
1301
  this._base?.classList.toggle("pressed", pressed);