mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-05 15:35:02 +08:00
fix:历史收藏列表模式拖拽调序
This commit is contained in:
@@ -361,6 +361,7 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
if (this.setting.historyViewMode === 'table') setTimeout(() => { this.rowDrop() }, 100)
|
||||
addEventListener('keydown', code => { if (code.keyCode === 16) this.shiftDown = true })
|
||||
addEventListener('keyup', code => { if (code.keyCode === 16) this.shiftDown = false })
|
||||
window.addEventListener('resize', () => {
|
||||
|
||||
@@ -505,6 +505,7 @@ export default {
|
||||
this.getFavorites()
|
||||
},
|
||||
mounted () {
|
||||
if (this.setting.starViewMode === 'table') setTimeout(() => { this.rowDrop() }, 100)
|
||||
addEventListener('keydown', code => { if (code.keyCode === 16) this.shiftDown = true })
|
||||
addEventListener('keyup', code => { if (code.keyCode === 16) this.shiftDown = false })
|
||||
window.addEventListener('resize', () => {
|
||||
|
||||
Reference in New Issue
Block a user