Skip to content

Commit

Permalink
Update SideBarMain.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Nov 24, 2024
1 parent c22bc86 commit b503ba3
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 b503ba3

Please sign in to comment.