Skip to content

Commit

Permalink
chore(scroller): add istantul ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
theniceangel committed Jan 4, 2021
1 parent 798b3bf commit 8a55a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/scroller/Scroller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -615,8 +615,8 @@ export default class Scroller implements ExposedAPI {
return true
}

/* istanbul ignore next */
reflow() {
/* istanbul ignore if */
this._reflow = this.content.offsetHeight
}

Expand Down

0 comments on commit 8a55a90

Please sign in to comment.