@m3e/icon-button 1.0.0 → 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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1263,7 +1263,7 @@ let M3eIconButtonElement = class M3eIconButtonElement extends KeyboardClick(Link
|
|
|
1263
1263
|
},
|
|
1264
1264
|
});
|
|
1265
1265
|
new PressedController(this, {
|
|
1266
|
-
isPressedKey: (key) => key === " "
|
|
1266
|
+
isPressedKey: (key) => key === " ",
|
|
1267
1267
|
minPressedDuration: 150,
|
|
1268
1268
|
callback: (pressed) => {
|
|
1269
1269
|
if (!this.disabled && !this.disabledInteractive) {
|