mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(dock): swap order of refresh and back to top events
This commit is contained in:
@@ -161,8 +161,8 @@ function handleBackToTopOrRefresh(action: 'backToTop' | 'refresh' | 'auto' = 'au
|
||||
emit('backToTop')
|
||||
}
|
||||
else if (action === 'refresh') {
|
||||
emit('backToTop')
|
||||
emit('refresh')
|
||||
emit('backToTop')
|
||||
}
|
||||
else {
|
||||
if (reachTop.value)
|
||||
|
||||
Reference in New Issue
Block a user