perf: ~40ms improvement: Lazy load controllers and page components
This commit is contained in:
@@ -112,7 +112,7 @@ function dispatch (...args) {
|
||||
|
||||
function hide () {
|
||||
if (!main.win) return
|
||||
main.win.send('dispatch', 'backToList')
|
||||
dispatch('backToList')
|
||||
main.win.hide()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user