MCPcopy Create free account
hub / github.com/openscopeproject/InteractiveHtmlBom / smoothScrollToRow

Function smoothScrollToRow

InteractiveHtmlBom/web/util.js:55–61  ·  view source on GitHub ↗
(rowid)

Source from the content-addressed store, hash-verified

53}
54
55function smoothScrollToRow(rowid) {
56 document.getElementById(rowid).scrollIntoView({
57 behavior: "smooth",
58 block: "center",
59 inline: "nearest"
60 });
61}
62
63function focusInputField(input) {
64 input.scrollIntoView(false);

Callers 4

highlightPreviousRowFunction · 0.85
highlightNextRowFunction · 0.85
footprintsClickedFunction · 0.85
netClickedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected