(id)
| 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 |
no outgoing calls
no test coverage detected