@micromag/screen-keypad 0.4.55 → 0.4.56
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/es/index.js +1 -0
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -387,6 +387,7 @@ function KeypadScreen(_ref) {
|
|
|
387
387
|
// Clear popup contents after close transition completes
|
|
388
388
|
useEffect(function () {
|
|
389
389
|
if (prevShowPopupRef.current && !showPopup && !popupTransitioning) {
|
|
390
|
+
console.log('clear popup');
|
|
390
391
|
setPopup(null);
|
|
391
392
|
}
|
|
392
393
|
prevShowPopupRef.current = showPopup;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-keypad",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.56",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -94,6 +94,6 @@
|
|
|
94
94
|
"access": "public",
|
|
95
95
|
"registry": "https://registry.npmjs.org/"
|
|
96
96
|
},
|
|
97
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "8d1c7dca724abbc01da7cebbe6913c77ee27f0b7",
|
|
98
98
|
"types": "es/index.d.ts"
|
|
99
99
|
}
|