Skip to content

Commit

Permalink
fix(break): buildBreakpoint() clear on begin (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-rr committed Jun 16, 2022
1 parent 2436337 commit e245bca
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 15 deletions.
4 changes: 2 additions & 2 deletions dist/core/index.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion dist/cupertino-pane.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* Released under the MIT License
*
* Released on: June 6, 2022
* Released on: June 16, 2022
*/

/******************************************************************************
Expand Down Expand Up @@ -849,6 +849,7 @@ class Breakpoints {
buildBreakpoints(conf, bottomOffset = 0, animated = true) {
var _a, _b;
return __awaiter(this, void 0, void 0, function* () {
this.breaks = {};
this.conf = conf;
this.settings.bottomOffset = bottomOffset || this.settings.bottomOffset;
// Async hook for modules injections
Expand Down
4 changes: 2 additions & 2 deletions dist/cupertino-pane.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cupertino-pane.esm.min.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion dist/cupertino-pane.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cupertino-pane.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/cupertino-pane.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/modules/backdrop.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/modules/fit-height.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/modules/follower.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e245bca

Please sign in to comment.