MCPcopy Create free account
hub / github.com/FSGModding/FSG_Mod_Assistant / colScroll

Method colScroll

renderer/renderJS/main_ui_lib.js:800–803  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

798 }
799
800 colScroll(id) {
801 const top = MA.byId(id)?.offsetTop ?? 0
802 MA.byId('mod-collections').parentElement.scrollTo({top : top, behavior : 'instant'})
803 }
804
805 colContext(id) { window.main_IPC.contextCol(id) }
806

Callers 2

updateFromDataMethod · 0.95
main_ui.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected