Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Merge 415855a into eddd54b
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSharpieOne committed Oct 12, 2020
2 parents eddd54b + 415855a commit 066c5c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/BlockUi.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ class BlockUi extends Component {

setRef(name, ref) {
this[name] = ref;
if (ref && name === 'container') {
this.keepInView();
}
}

attachListeners() {
Expand Down

0 comments on commit 066c5c9

Please sign in to comment.