mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-24 08:07:23 +08:00
🐞 fix: 修复在歌词界面添加到歌单抽屉被遮挡问题
This commit is contained in:
@@ -125,6 +125,8 @@ const currentSongId = ref<number | undefined>();
|
||||
const openPlaylistDrawer = (songId: number, isOpen: boolean = true) => {
|
||||
currentSongId.value = songId;
|
||||
showPlaylistDrawer.value = isOpen;
|
||||
playerStore.setMusicFull(false);
|
||||
playerStore.setPlayListDrawerVisible(!isOpen);
|
||||
};
|
||||
|
||||
// 将方法提供给全局
|
||||
|
||||
Reference in New Issue
Block a user