Skip to content

Commit

Permalink
Update SideBarMain.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jul 26, 2024
1 parent 738bec8 commit 8770b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/ui/sidebar/SideBarMain.qml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Item {

// Called when the sidebar is opened and the user clicked somewhere on the screen where there is no sidebar
function notify_sidebar_user_clicked_outside(){
if(visible){
if(stack_manager.visible){
console.log("Outside area clicked, closing sidebar");
close();
}
Expand Down

0 comments on commit 8770b64

Please sign in to comment.