mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-21 21:49:31 -07:00
move footerUpdate function to overlay.ts and combine it with recenter function
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { footerHeightUpdateInit } from './utils'
|
||||
import { imgIndexSpanUpdate } from './indexDisp'
|
||||
import { trackMouseInit } from './trackMouse'
|
||||
import { thresholdCtlInit } from './thresholdCtl'
|
||||
import { imagesArrayLen } from './dataFetch'
|
||||
import { vwRefreshInit } from './overlay'
|
||||
|
||||
function init(): void {
|
||||
footerHeightUpdateInit()
|
||||
vwRefreshInit()
|
||||
imgIndexSpanUpdate(0, imagesArrayLen)
|
||||
thresholdCtlInit()
|
||||
trackMouseInit()
|
||||
|
||||
Reference in New Issue
Block a user