MCPcopy Create free account
hub / github.com/docusealco/docuseal / isHeaderNotVisible

Method isHeaderNotVisible

app/javascript/elements/scroll_buttons.js:38–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 }
37
38 isHeaderNotVisible () {
39 const rect = this.header.getBoundingClientRect()
40 return rect.bottom <= 0 || rect.top >= window.innerHeight
41 }
42
43 showButtons ({ animate } = { animate: true }) {
44 if (animate) {

Callers 2

connectedCallbackMethod · 0.80
Class · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected