@linear_non/stellar-libs 1.0.26 → 1.0.27

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": "@linear_non/stellar-libs",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "Reusable JavaScript libraries for Non-Linear Studio projects.",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -35,7 +35,9 @@ export default class SplitonScroll {
35
35
  this.scrub = scrub
36
36
  this.once = once
37
37
 
38
- this.addObserver()
38
+ document.fonts.ready.then(() => {
39
+ this.addObserver()
40
+ })
39
41
  }
40
42
 
41
43
  addObserver() {