Skip to content

Commit

Permalink
Close mobile sidebar when selected file
Browse files Browse the repository at this point in the history
  • Loading branch information
datlechin authored Jul 11, 2023
1 parent 304c824 commit a1fe3fd
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 a1fe3fd

Please sign in to comment.