Skip to content

Commit

Permalink
Merge pull request #244 from datlechin/main
Browse files Browse the repository at this point in the history
Close mobile sidebar when selected file
  • Loading branch information
arukompas authored Jul 22, 2023
2 parents ede0da9 + a1fe3fd commit a97f919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/stores/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export const useFileStore = defineStore({

this.selectedFileIdentifier = logFileIdentifier;
this.openFolderForActiveFile();
this.sidebarOpen = false;
},

openFolderForActiveFile() {
Expand Down

0 comments on commit a97f919

Please sign in to comment.