@cascadetui/core 0.1.12 → 0.1.13
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/index.js +3 -3
- package/index.js.map +3 -3
- package/package.json +7 -7
package/index.js
CHANGED
|
@@ -11486,9 +11486,9 @@ class ScrollBoxRenderable extends BoxRenderable {
|
|
|
11486
11486
|
} finally {
|
|
11487
11487
|
this._isApplyingStickyScroll = wasApplyingStickyScroll;
|
|
11488
11488
|
}
|
|
11489
|
-
|
|
11489
|
+
setTimeout(() => {
|
|
11490
11490
|
this.requestRender();
|
|
11491
|
-
});
|
|
11491
|
+
}, 0);
|
|
11492
11492
|
}
|
|
11493
11493
|
set rootOptions(options) {
|
|
11494
11494
|
Object.assign(this, options);
|
|
@@ -12454,5 +12454,5 @@ export {
|
|
|
12454
12454
|
ASCIIFont
|
|
12455
12455
|
};
|
|
12456
12456
|
|
|
12457
|
-
//# debugId=
|
|
12457
|
+
//# debugId=D590C07080621D6D64756E2164756E21
|
|
12458
12458
|
//# sourceMappingURL=index.js.map
|