Skip to content

Commit

Permalink
App logs from monitor will not be deleted on selecting a different app
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyTheBard committed Feb 10, 2021
1 parent 5e18920 commit 3e41cef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/API/Dashboard.js
Expand Up @@ -74,7 +74,6 @@ Dashboard.init = function() {
});

this.list.on('select item', (item, i) => {
this.logLines = []
this.logBox.clearItems()
})

Expand Down

0 comments on commit 3e41cef

Please sign in to comment.