mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-20 02:14:23 +02:00
Fix query editor not scrolling (#322)
This commit is contained in:
@@ -189,7 +189,6 @@ const PlaylistDetailSongListRoute = () => {
|
|||||||
</Button>
|
</Button>
|
||||||
<Text>Query Editor</Text>
|
<Text>Query Editor</Text>
|
||||||
</Group>
|
</Group>
|
||||||
<Box>
|
|
||||||
{isQueryBuilderExpanded && (
|
{isQueryBuilderExpanded && (
|
||||||
<PlaylistQueryBuilder
|
<PlaylistQueryBuilder
|
||||||
key={JSON.stringify(detailQuery?.data?.rules)}
|
key={JSON.stringify(detailQuery?.data?.rules)}
|
||||||
@@ -202,7 +201,6 @@ const PlaylistDetailSongListRoute = () => {
|
|||||||
onSaveAs={handleSaveAs}
|
onSaveAs={handleSaveAs}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</Box>
|
|
||||||
</Paper>
|
</Paper>
|
||||||
</Box>
|
</Box>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user