This commit is contained in:
zhuzichu
2023-08-15 11:05:01 +08:00
parent 0b6491e730
commit a9d0dd9017
4 changed files with 272 additions and 8 deletions

View File

@ -95,9 +95,7 @@ Item {
if(d.displayMode === FluNavigationViewType.Compact){
collapseAll()
}
if(d.displayMode === FluNavigationViewType.Minimal){
d.enableNavigationPanel = false
}
d.enableNavigationPanel = false
}
}
Component{
@ -677,6 +675,7 @@ Item {
MouseArea{
anchors.fill: parent
visible: d.isMinimalAndPanel||d.isCompactAndPanel
hoverEnabled: true
onWheel: {
}
onClicked: {