@comergehq/studio 0.1.22 → 0.1.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comergehq/studio",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "Comerge studio",
5
5
  "main": "src/index.ts",
6
6
  "module": "dist/index.mjs",
@@ -118,11 +118,8 @@ export function Bubble({
118
118
  // noop
119
119
  }
120
120
 
121
- animateToHidden({
122
- onFinish: () => {
123
- onPressRef.current?.();
124
- },
125
- });
121
+ onPressRef.current?.();
122
+ animateToHidden();
126
123
  }, [animateToHidden]);
127
124
 
128
125
  useEffect(() => {