@hortonstudio/main 1.1.17 → 1.1.18

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.
@@ -405,7 +405,7 @@ export async function init() {
405
405
  ease: config.headingSplit.ease,
406
406
  onComplete: () => {
407
407
  if (split && split.revert) {
408
-
408
+ split.revert();
409
409
  }
410
410
  }
411
411
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hortonstudio/main",
3
- "version": "1.1.17",
3
+ "version": "1.1.18",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "scripts": {