Skip to content

Commit

Permalink
fix: 无法修改歌单信息
Browse files Browse the repository at this point in the history
  • Loading branch information
maotoumao committed Sep 2, 2024
1 parent f931875 commit c7b7886
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/panels/types/editMusicSheetInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {hidePanel} from '@/components/panels/usePanel.ts';
import ThemeText from '@/components/base/themeText.tsx';
import Toast from '@/utils/toast.ts';
import useColors from '@/hooks/useColors.ts';
import {hideDialog} from '@/components/dialogs/useDialog.ts';
import MusicSheet from '@/core/musicSheet';
import Input from '@/components/base/input.tsx';
import {fontSizeConst} from '@/constants/uiConst.ts';
Expand Down Expand Up @@ -48,7 +47,7 @@ export default function EditMusicSheetInfo(props: IEditSheetDetailProps) {
// coverImg === musicSheet?.coverImg &&
title === musicSheet?.title
) {
hideDialog();
hidePanel();
return;
}

Expand Down

0 comments on commit c7b7886

Please sign in to comment.