mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
fix bottomBar drawers
This commit is contained in:
parent
ee70782ebf
commit
e3bb1e15ec
@ -31,17 +31,10 @@ const tourSteps = [
|
||||
]
|
||||
|
||||
const openPlayerView = () => {
|
||||
app.layout.drawer.open("player", PlayerView)
|
||||
app.layout.draggable.open("player", PlayerView)
|
||||
}
|
||||
const openCreator = () => {
|
||||
app.layout.drawer.open("creator", CreatorView, {
|
||||
props: {
|
||||
bodyStyle: {
|
||||
minHeight: "unset",
|
||||
height: "50vh"
|
||||
}
|
||||
}
|
||||
})
|
||||
app.layout.draggable.open("creator", CreatorView)
|
||||
}
|
||||
|
||||
const PlayerButton = (props) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user