parent
5348b3ccce
commit
4b4cee3662
|
@ -71,6 +71,10 @@
|
||||||
(await importShowComposeDialog())()
|
(await importShowComposeDialog())()
|
||||||
},
|
},
|
||||||
setupIntersectionObservers () {
|
setupIntersectionObservers () {
|
||||||
|
const { showSticky } = this.get()
|
||||||
|
if (!showSticky) {
|
||||||
|
return // no need to set up observers if this button can never be sticky (e.g. dialogs)
|
||||||
|
}
|
||||||
const sentinel = this.refs.sentinel
|
const sentinel = this.refs.sentinel
|
||||||
|
|
||||||
this.__stickyObserver = new IntersectionObserver(entries => this.onObserve(entries))
|
this.__stickyObserver = new IntersectionObserver(entries => this.onObserve(entries))
|
||||||
|
|
Loading…
Reference in a new issue