mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
fix: bugs
This commit is contained in:
parent
e54c606c6d
commit
f3076f21b2
13 changed files with 32 additions and 36 deletions
|
|
@ -137,7 +137,6 @@ import locale from '@/locale';
|
|||
import { splitSoundtrackAlbumTitle, splitAlbumTitle } from '@/utils/common';
|
||||
import NProgress from 'nprogress';
|
||||
import { isAccountLoggedIn } from '@/utils/auth';
|
||||
import { disableScrolling, enableScrolling } from '@/utils/ui';
|
||||
|
||||
import ExplicitSymbol from '@/components/ExplicitSymbol.vue';
|
||||
import ButtonTwoTone from '@/components/ButtonTwoTone.vue';
|
||||
|
|
@ -279,9 +278,9 @@ export default {
|
|||
toggleFullDescription() {
|
||||
this.showFullDescription = !this.showFullDescription;
|
||||
if (this.showFullDescription) {
|
||||
disableScrolling();
|
||||
this.$store.commit('enableScrolling', false);
|
||||
} else {
|
||||
enableScrolling();
|
||||
this.$store.commit('enableScrolling', true);
|
||||
}
|
||||
},
|
||||
openMenu(e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue